Skip to content

Commit 6b534e9

Browse files
authored
CI: Pin docutils to < 0.21 (#58293)
* CI: Pin Sphinx to < 7.3 * pin docutils instead
1 parent 86d6f2b commit 6b534e9

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
@@ -89,6 +89,7 @@ dependencies:
8989
- numpydoc
9090
- pydata-sphinx-theme=0.14
9191
- pytest-cython # doctest
92+
- docutils < 0.21 # https://github.com/sphinx-doc/sphinx/issues/12302
9293
- sphinx
9394
- sphinx-design
9495
- sphinx-copybutton

requirements-dev.txt

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

0 commit comments

Comments
 (0)