diff --git a/changelog/1276.dependency.rst b/changelog/1276.dependency.rst new file mode 100644 index 00000000..45235d80 --- /dev/null +++ b/changelog/1276.dependency.rst @@ -0,0 +1 @@ +Introduced temporary maximum pin ``pydata-sphinx-theme <0.16.0``, see :issue:`1247`. (:user:`bjlittle`) diff --git a/requirements/geovista.yml b/requirements/geovista.yml index cecd84dc..94ac267a 100644 --- a/requirements/geovista.yml +++ b/requirements/geovista.yml @@ -51,7 +51,7 @@ dependencies: - ipykernel - myst-nb - numpydoc - - pydata-sphinx-theme >=0.15.3,!=0.16.1 + - pydata-sphinx-theme <0.16.0 - sphinx >=7.3 - sphinx-autoapi >=3.2.0 - sphinx-book-theme >=1.1.3 diff --git a/requirements/pypi-optional-docs.txt b/requirements/pypi-optional-docs.txt index 1982d4f4..3d561d5b 100644 --- a/requirements/pypi-optional-docs.txt +++ b/requirements/pypi-optional-docs.txt @@ -13,7 +13,7 @@ sphinx-gallery >=0.16 sphinx-tags >=0.4 sphinx-tippy sphinx-togglebutton -pydata-sphinx-theme >=0.15.3,!=0.16.1 +pydata-sphinx-theme <0.16.0 ipywidgets jupyter-server-proxy nest_asyncio