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 9c232e4 commit 6c2e67fCopy full SHA for 6c2e67f
setup.py
@@ -38,7 +38,7 @@
38
author_email="pav@iki.fi",
39
url="https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt",
40
license="BSD",
41
- install_requires=["sphinx >= 1.0.1"],
+ install_requires=["sphinx >= 1.0.1", 'Jinja2>=2.3'],
42
package_data={'numpydoc': ['tests/test_*.py']},
43
test_suite = 'nose.collector',
44
cmdclass={"sdist": sdist},
0 commit comments