Skip to content

Commit 294b215

Browse files
Backport PR #58293 on branch 2.2.x (CI: Pin docutils to < 0.21) (#58295)
Backport PR #58293: CI: Pin docutils to < 0.21 Co-authored-by: Matthew Roeschke <[email protected]>
1 parent c269525 commit 294b215

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ dependencies:
9090
- numpydoc
9191
- pydata-sphinx-theme=0.14
9292
- pytest-cython # doctest
93+
- docutils < 0.21 # https://github.com/sphinx-doc/sphinx/issues/12302
9394
- sphinx
9495
- sphinx-design
9596
- sphinx-copybutton

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ natsort
6363
numpydoc
6464
pydata-sphinx-theme==0.14
6565
pytest-cython
66+
docutils < 0.21
6667
sphinx
6768
sphinx-design
6869
sphinx-copybutton

0 commit comments

Comments
 (0)