From 84076189d45612bed9a36cd9a65104877dcfd5b8 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Tue, 7 Nov 2023 20:29:22 +0000 Subject: [PATCH] maint: bump RTD theme version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7655574..6783f6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ Documentation = "https://sphinx-external-toc.readthedocs.io" code_style = ["pre-commit>=2.12"] rtd = [ "myst-parser>=1.0.0", - "sphinx-book-theme>=0.0.36", + "sphinx-book-theme>=1.0.0", ] testing = [ "coverage",