Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC/BLD: unpin sphinx to use sphinx 1.7 #19687

Merged
2 changes: 1 addition & 1 deletion ci/requirements-3.6_DOC.run
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ipython
ipykernel
ipywidgets
sphinx=1.5*
sphinx
nbconvert
nbformat
notebook
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pytest>=3.1
python-dateutil>=2.5.0
pytz
setuptools>=3.3
sphinx=1.5*
sphinx
1 change: 0 additions & 1 deletion doc/sphinxext/numpydoc/numpydoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
raise RuntimeError("Sphinx 1.0.1 or newer is required")

from .docscrape_sphinx import get_doc_object, SphinxDocString
from sphinx.util.compat import Directive

if sys.version_info[0] >= 3:
sixu = lambda s: s
Expand Down