Skip to content

Commit ea876e4

Browse files
mroeschkemeeseeksmachine
authored andcommitted
Backport PR pandas-dev#58293: CI: Pin docutils to < 0.21
1 parent c269525 commit ea876e4

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)