From 425f472e00cde87baf7a0d398e3975f051c10c9b Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 23 Jan 2024 10:21:58 +0000 Subject: [PATCH] Pin exact version of pydata-sphinx-theme --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55a2847..4eb4696 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ "Topic :: Documentation :: Sphinx", ] dependencies = [ - "pydata-sphinx-theme>=0.13.1", + "pydata-sphinx-theme==0.13.3", "matplotlib", ]