From d649059da01fe1b635ce93798e7aa29460af0712 Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Wed, 1 Mar 2023 09:48:01 -0500 Subject: [PATCH] Pin pydata-sphinx-theme<0.13.0 The extra path checking involved in the light and dark logos in the html_theme_options isn't compatible with images installed via html_static_path. See https://github.com/pydata/pydata-sphinx-theme/pull/1132#pullrequestreview-1318751635 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",