From 950ae34093b35ee3069c894da229844a31dc736f Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Tue, 26 Dec 2023 21:38:04 +1000 Subject: [PATCH] loosen sphinx_rtd_theme for sphinx 7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73b7f111..fb728a65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ test = [ ] docs = [ "sphinx", - "sphinx_rtd_theme>=1.0.0,<2.0.0", + "sphinx_rtd_theme>=2.0.0,<3.0.0", "myst-parser", "sphinxcontrib-django", "sphinx-copybutton",