Skip to content

Commit e44a3b2

Browse files
committed
setup.py: there's currently an issue with RTDs sidebar when using sphinx-rtd-theme == 0.3.0 (see readthedocs/readthedocs.org#3925)
1 parent e0afa7f commit e44a3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'numpy>=1.7',
3838
'scipy>=1.0.0'
3939
'sphinx>=1.7.2'
40-
'sphinx-rtd-theme>=0.3.0'],
40+
'sphinx-rtd-theme<0.3.0'],
4141
python_requires='>=3.5',
4242
zip_safe=False,
4343
include_package_data=True

0 commit comments

Comments
 (0)