diff --git a/environment.yml b/environment.yml index 186d7e1d703df..c8f55621070ae 100644 --- a/environment.yml +++ b/environment.yml @@ -89,6 +89,7 @@ dependencies: - numpydoc - pydata-sphinx-theme=0.14 - pytest-cython # doctest + - docutils < 0.21 # https://github.com/sphinx-doc/sphinx/issues/12302 - sphinx - sphinx-design - sphinx-copybutton diff --git a/requirements-dev.txt b/requirements-dev.txt index a42ee1587961a..042f0a455de01 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -64,6 +64,7 @@ natsort numpydoc pydata-sphinx-theme==0.14 pytest-cython +docutils < 0.21 sphinx sphinx-design sphinx-copybutton