We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc363b4 commit 650fe98Copy full SHA for 650fe98
environment.yml
@@ -89,6 +89,7 @@ dependencies:
89
- numpydoc
90
- pydata-sphinx-theme=0.14
91
- pytest-cython # doctest
92
+ - docutils < 0.21 # https://github.com/sphinx-doc/sphinx/issues/12302
93
- sphinx
94
- sphinx-design
95
- sphinx-copybutton
requirements-dev.txt
@@ -64,6 +64,7 @@ natsort
64
numpydoc
65
pydata-sphinx-theme==0.14
66
pytest-cython
67
+docutils < 0.21
68
sphinx
69
sphinx-design
70
sphinx-copybutton
0 commit comments