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 db8c807 commit cbb3dc4Copy full SHA for cbb3dc4
setup.py
@@ -47,7 +47,7 @@ def read(fname):
47
author_email="pav@iki.fi",
48
url="https://numpydoc.readthedocs.io",
49
license="BSD",
50
- install_requires=["sphinx >= 1.2.3", 'Jinja2>=2.3'],
+ install_requires=["sphinx >= 1.6.5", 'Jinja2>=2.3'],
51
package_data={'numpydoc': ['tests/test_*.py', 'templates/*.rst']},
52
test_suite = 'nose.collector',
53
cmdclass={"sdist": sdist},
0 commit comments