Skip to content

Commit 7705cd2

Browse files
DOC/BLD: remove old sphinx pin (#28804)
1 parent af498fe commit 7705cd2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

environment.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ dependencies:
2727

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

3433
# documentation (jupyter notebooks)

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ isort
1212
mypy
1313
pycodestyle
1414
gitpython
15-
sphinx==1.8.5
15+
sphinx
1616
numpydoc>=0.9.0
1717
nbconvert>=5.4.1
1818
nbsphinx

0 commit comments

Comments
 (0)