diff --git a/CHANGELOG.md b/CHANGELOG.md index dd8e4376..b798cdad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ These technotes are now themed with Rubin's modern branding. - Drop support for Python 3.7. - Drop support for Sphinx versions earlier than 5. +- Temporarily pin pydata-sphinx-theme < 0.13 on account of a change in logo path checking (affects user guide projects). ## 0.7.0 (2022-10-20) diff --git a/docs/guides/toml-reference.rst b/docs/guides/toml-reference.rst index 157d0bfa..914b5118 100644 --- a/docs/guides/toml-reference.rst +++ b/docs/guides/toml-reference.rst @@ -33,7 +33,7 @@ base\_url |optional| |py-auto| -The root URL of the documentation project, used to set the `canonical URL link rel `__, which is valuable for search engines. +The root URL of the documentation project, used to set the `canonical URL link rel `__, which is valuable for search engines. .. code-block:: toml diff --git a/pyproject.toml b/pyproject.toml index 138cf0e6..e18bd884 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ guide = [ # Theme and extensions for Rubin user guide projects "sphinx_design", - "pydata-sphinx-theme>=0.10.0", + "pydata-sphinx-theme>=0.10.0,<0.13.0", "sphinx-autodoc-typehints", "sphinx-automodapi", "sphinx-copybutton",