From 8f4daea14f9f55d92911fae8f755b34cd905fbbd Mon Sep 17 00:00:00 2001 From: Joel Falknau Date: Wed, 4 Dec 2024 21:32:28 +1000 Subject: [PATCH] sphinx theme v3 is now stable --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65061af6..68c8c658 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ optional-dependencies.docs = [ "myst-parser>=4", "sphinx>=8", "sphinx-copybutton", - "sphinx-rtd-theme<4,>=3.0.0rc1", + "sphinx-rtd-theme>=3,<4", "sphinx-tabs", "sphinxcontrib-django", ]