Skip to content

Commit 2eb7277

Browse files
authored
Merge pull request #60 from tacaswell/bld_sphinx_req
BLD: fix sphinx version req
2 parents 4a76727 + b7facfd commit 2eb7277

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
@@ -34,7 +34,7 @@
3434
author_email="[email protected]",
3535
url="https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt",
3636
license="BSD",
37-
install_requires=["sphinx (>= 1.0.1)"],
37+
install_requires=["sphinx >= 1.0.1"],
3838
package_data={'numpydoc': ['tests/test_*.py']},
3939
test_suite = 'nose.collector',
4040
cmdclass={"sdist": sdist},

0 commit comments

Comments
 (0)