File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 1111mypy
1212pycodestyle
1313gitpython
14- sphinx
14+ sphinx == 1.8.5
1515numpydoc >= 0.9.0
1616nbconvert >= 5.4.1
1717nbsphinx
You can’t perform that action at this time.
0 commit comments