From b2a610f6d63d2f4e24c532951c51a43d757b8e58 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Fri, 17 Apr 2026 09:41:19 +0100 Subject: [PATCH] Bump pydata-sphinx-theme to 0.17.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1c3ae2..a4662c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ "Topic :: Documentation :: Sphinx", ] dependencies = [ - "pydata-sphinx-theme==0.16.1", + "pydata-sphinx-theme==0.17.0", "matplotlib", "sphinx-design", ]