diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 74951d365f2..a07db2dfc1f 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -113,7 +113,7 @@ jobs: sphinx-autodoc-typehints sphinx-copybutton sphinx-design - sphinx-gallery + sphinx-gallery<0.17.0 sphinx_rtd_theme # Download cached remote files (artifacts) from GitHub diff --git a/ci/requirements/docs.yml b/ci/requirements/docs.yml index b7381844b92..ddbaa3e2e1e 100644 --- a/ci/requirements/docs.yml +++ b/ci/requirements/docs.yml @@ -28,5 +28,5 @@ dependencies: - sphinx-autodoc-typehints - sphinx-copybutton - sphinx-design - - sphinx-gallery + - sphinx-gallery<0.17.0 - sphinx_rtd_theme diff --git a/environment.yml b/environment.yml index 4e828dc34ef..51120f7f48c 100644 --- a/environment.yml +++ b/environment.yml @@ -40,7 +40,7 @@ dependencies: - sphinx-autodoc-typehints - sphinx-copybutton - sphinx-design - - sphinx-gallery + - sphinx-gallery<0.17.0 - sphinx_rtd_theme # Dev dependencies (type hints) - mypy