Skip to content

Commit df0a303

Browse files
authored
Merge pull request #22 from LabForComputationalVision/readthedocs
Readthedocs
2 parents 37094ad + 9402d12 commit df0a303

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ python:
2323
install:
2424
- method: pip
2525
path: .
26-
system_packages: true

docs/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ channels:
55

66
dependencies:
77
- sphinx
8-
- sphinx_rtd_theme
98
- numpydoc
109
- numpy
1110
- python
@@ -15,3 +14,5 @@ dependencies:
1514
- nbsphinx
1615
- nbsphinx_link
1716
- sphinxcontrib-apidoc
17+
# fix sphinx 7 incompatibility issue
18+
- 'sphinx_rtd_theme>=1.3.0rc1'

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
install_requires=['numpy>=1.1',
2929
'scipy>=0.18',
3030
'matplotlib>=1.5',
31-
'Pillow>=3.4',
3231
'tqdm>=4.29',
3332
'requests>=2.21'],
3433
ext_modules=[Extension('pyrtools.pyramids.c.wrapConv',

0 commit comments

Comments
 (0)