Skip to content

Commit cbb3dc4

Browse files
bsipoczjnothman
authored andcommitted
Updating minimum sphinx version in setup.py (#211)
1 parent db8c807 commit cbb3dc4

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
@@ -47,7 +47,7 @@ def read(fname):
4747
author_email="[email protected]",
4848
url="https://numpydoc.readthedocs.io",
4949
license="BSD",
50-
install_requires=["sphinx >= 1.2.3", 'Jinja2>=2.3'],
50+
install_requires=["sphinx >= 1.6.5", 'Jinja2>=2.3'],
5151
package_data={'numpydoc': ['tests/test_*.py', 'templates/*.rst']},
5252
test_suite = 'nose.collector',
5353
cmdclass={"sdist": sdist},

0 commit comments

Comments
 (0)