Skip to content

Commit

Permalink
CI: pin sphinx <= 3.1.1 for autodoc failure (pandas-dev#35139)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored Jul 6, 2020
1 parent 8f21cb5 commit fdaa5e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
# documentation
- gitpython # obtain contributors from git for whatsnew
- gitdb2=2.0.6 # GH-32060
- sphinx
- sphinx<=3.1.1

# documentation (jupyter notebooks)
- nbconvert>=5.4.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mypy==0.730
pycodestyle
gitpython
gitdb2==2.0.6
sphinx
sphinx<=3.1.1
nbconvert>=5.4.1
nbsphinx
pandoc
Expand Down

0 comments on commit fdaa5e4

Please sign in to comment.