We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a76727 commit b7facfdCopy full SHA for b7facfd
setup.py
@@ -34,7 +34,7 @@
34
author_email="pav@iki.fi",
35
url="https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt",
36
license="BSD",
37
- install_requires=["sphinx (>= 1.0.1)"],
+ install_requires=["sphinx >= 1.0.1"],
38
package_data={'numpydoc': ['tests/test_*.py']},
39
test_suite = 'nose.collector',
40
cmdclass={"sdist": sdist},
0 commit comments