Skip to content

Commit 9c82f30

Browse files
author
Ralf Gommers
committed
MAINT: set minimum Sphinx version to 1.2.3, remove linkcode extension.
linkcode has been included in Sphinx 1.2, and has been giving a warning when running the numpydoc tests for a long time. We test with Sphinx 1.2.3 and latest; no need to keep supporting even older versions than 1.2.3
1 parent 18df9d1 commit 9c82f30

File tree

3 files changed

+1
-89
lines changed

3 files changed

+1
-89
lines changed

numpydoc/linkcode.py

Lines changed: 0 additions & 83 deletions
This file was deleted.

numpydoc/tests/test_linkcode.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
author_email="[email protected]",
3838
url="https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt",
3939
license="BSD",
40-
install_requires=["sphinx >= 1.0.1", 'Jinja2>=2.3'],
40+
install_requires=["sphinx >= 1.2.3", 'Jinja2>=2.3'],
4141
package_data={'numpydoc': ['tests/test_*.py', 'templates/*.rst']},
4242
test_suite = 'nose.collector',
4343
cmdclass={"sdist": sdist},

0 commit comments

Comments
 (0)