From 1996c13970d7e19a2832b35206602950406d46b9 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sun, 19 Jul 2026 16:02:30 -0400 Subject: [PATCH] BLD: update to pydata-sphinx-theme 0.20.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40fffc4..52f8e54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ "Topic :: Documentation :: Sphinx", ] dependencies = [ - "pydata-sphinx-theme==0.19.0", + "pydata-sphinx-theme==0.20.0", "matplotlib", "sphinx-design", ]