We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d6f2b commit 6b534e9Copy full SHA for 6b534e9
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