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 c269525 commit 294b215Copy full SHA for 294b215
environment.yml
@@ -90,6 +90,7 @@ dependencies:
90
- numpydoc
91
- pydata-sphinx-theme=0.14
92
- pytest-cython # doctest
93
+ - docutils < 0.21 # https://github.com/sphinx-doc/sphinx/issues/12302
94
- sphinx
95
- sphinx-design
96
- sphinx-copybutton
requirements-dev.txt
@@ -63,6 +63,7 @@ natsort
63
numpydoc
64
pydata-sphinx-theme==0.14
65
pytest-cython
66
+docutils < 0.21
67
sphinx
68
sphinx-design
69
sphinx-copybutton
0 commit comments