Skip to content

Commit 487e4c2

Browse files
jorisvandenbosschedatapythonista
authored andcommitted
DOC: Pin sphinx to 1.8.5 (#26781)
1 parent 2143c24 commit 487e4c2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

ci/deps/travis-36-doc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies:
3333
- pytz
3434
- scipy
3535
- seaborn
36-
# recursion error with sphinx 2.1.0. https://github.com/pandas-dev/pandas/issues/26723
37-
- sphinx==2.0.1
36+
# some styling is broken with sphinx >= 2 (https://github.com/pandas-dev/pandas/issues/26058)
37+
- sphinx=1.8.5
3838
- sqlalchemy
3939
- statsmodels
4040
- xarray

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ dependencies:
2626

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

3233
# documentation (jupyter notebooks)

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ isort
1111
mypy
1212
pycodestyle
1313
gitpython
14-
sphinx
14+
sphinx==1.8.5
1515
numpydoc>=0.9.0
1616
nbconvert>=5.4.1
1717
nbsphinx

0 commit comments

Comments
 (0)