From 1ab5ef84c1a7cc5d5c6b9d39eb869871532be8e3 Mon Sep 17 00:00:00 2001 From: paugier Date: Thu, 2 Mar 2023 23:27:23 +0100 Subject: [PATCH] Loose the restriction on sphinx-book-theme versions (~=1) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f7f8242e..c38c7f633 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "sphinx-jupyterbook-latex~=0.5.2", "sphinx-design~=0.3.0", "sphinx-thebe~=0.2.0", - "sphinx-book-theme==0.4.0rc1", + "sphinx-book-theme~=1", "sphinx_togglebutton", "sphinxcontrib-bibtex>=2.2.0,<=2.5.0", "sphinx-multitoc-numbering~=0.1.3",