Skip to content

Commit 1bc6adf

Browse files
authored
Merge pull request #124 from mtezzele/sphinx
fix Sphinx version
2 parents 895bd06 + 4fd63c6 commit 1bc6adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def readme():
3030
'scipy',
3131
'matplotlib',
3232
'enum34',
33-
'Sphinx>=1.4',
33+
'Sphinx==1.4',
3434
'sphinx_rtd_theme'
3535
],
3636
test_suite='nose.collector',

0 commit comments

Comments
 (0)