Skip to content

Commit

Permalink
Merge pull request #22 from LabForComputationalVision/readthedocs
Browse files Browse the repository at this point in the history
Readthedocs
  • Loading branch information
billbrod committed Aug 10, 2023
2 parents 37094ad + 9402d12 commit df0a303
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ python:
install:
- method: pip
path: .
system_packages: true
3 changes: 2 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ channels:

dependencies:
- sphinx
- sphinx_rtd_theme
- numpydoc
- numpy
- python
Expand All @@ -15,3 +14,5 @@ dependencies:
- nbsphinx
- nbsphinx_link
- sphinxcontrib-apidoc
# fix sphinx 7 incompatibility issue
- 'sphinx_rtd_theme>=1.3.0rc1'
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
install_requires=['numpy>=1.1',
'scipy>=0.18',
'matplotlib>=1.5',
'Pillow>=3.4',
'tqdm>=4.29',
'requests>=2.21'],
ext_modules=[Extension('pyrtools.pyramids.c.wrapConv',
Expand Down

0 comments on commit df0a303

Please sign in to comment.