Skip to content

Commit fdaa5e4

Browse files
CI: pin sphinx <= 3.1.1 for autodoc failure (pandas-dev#35139)
1 parent 8f21cb5 commit fdaa5e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
# documentation
2828
- gitpython # obtain contributors from git for whatsnew
2929
- gitdb2=2.0.6 # GH-32060
30-
- sphinx
30+
- sphinx<=3.1.1
3131

3232
# documentation (jupyter notebooks)
3333
- nbconvert>=5.4.1

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mypy==0.730
1616
pycodestyle
1717
gitpython
1818
gitdb2==2.0.6
19-
sphinx
19+
sphinx<=3.1.1
2020
nbconvert>=5.4.1
2121
nbsphinx
2222
pandoc

0 commit comments

Comments
 (0)