Skip to content

Commit

Permalink
Backport PR pandas-dev#58293 on branch 2.2.x (CI: Pin docutils to < 0…
Browse files Browse the repository at this point in the history
….21) (pandas-dev#58295)

Backport PR pandas-dev#58293: CI: Pin docutils to < 0.21

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and mroeschke authored Apr 17, 2024
1 parent c269525 commit 294b215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ dependencies:
- numpydoc
- pydata-sphinx-theme=0.14
- pytest-cython # doctest
- docutils < 0.21 # https://github.com/sphinx-doc/sphinx/issues/12302
- sphinx
- sphinx-design
- sphinx-copybutton
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ natsort
numpydoc
pydata-sphinx-theme==0.14
pytest-cython
docutils < 0.21
sphinx
sphinx-design
sphinx-copybutton
Expand Down

0 comments on commit 294b215

Please sign in to comment.