Skip to content

DOC: pin sphinx to 1.8.5 #26781

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

Merged
merged 4 commits into from
Jun 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/deps/travis-36-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies:
- pytz
- scipy
- seaborn
# recursion error with sphinx 2.1.0. https://github.com/pandas-dev/pandas/issues/26723
- sphinx==2.0.1
# some styling is broken with sphinx >= 2 (https://github.com/pandas-dev/pandas/issues/26058)
- sphinx=1.8.5
- sqlalchemy
- statsmodels
- xarray
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ dependencies:

# documentation
- gitpython # obtain contributors from git for whatsnew
- sphinx
# some styling is broken with sphinx >= 2 (https://github.com/pandas-dev/pandas/issues/26058)
- sphinx=1.8.5
- numpydoc>=0.9.0

# documentation (jupyter notebooks)
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ isort
mypy
pycodestyle
gitpython
sphinx
sphinx==1.8.5
numpydoc>=0.9.0
nbconvert>=5.4.1
nbsphinx
Expand Down