From 63075e4b8aaf4f6c2371dcc98e750242f94a25cf Mon Sep 17 00:00:00 2001 From: Alejandro Moreo Date: Mon, 20 Jul 2026 11:06:15 +0200 Subject: [PATCH] add missing sphinx_design and pydata-sphinx-theme to docs extra conf.py switched to the pydata_sphinx_theme and added the sphinx_design extension, but the docs extra in setup.py was never updated to match, so a fresh `pip install .[docs]` (as CI does) couldn't build the docs. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f93c29b..22c424f 100644 --- a/setup.py +++ b/setup.py @@ -133,7 +133,7 @@ setup( 'bayes': ['jax', 'jaxlib', 'numpyro', 'pystan', 'setuptools<82'], 'neural': ['torch'], 'tests': ['certifi'], - 'docs' : ['sphinx-rtd-theme', 'myst-parser'], + 'docs' : ['pydata-sphinx-theme', 'myst-parser', 'sphinx-design'], }, # If there are data files included in your packages that need to be