From 8624eba45b0fe2429e085f6e70828ff4344f4d34 Mon Sep 17 00:00:00 2001 From: Spill-Tea Date: Fri, 29 May 2026 22:41:35 -0700 Subject: [PATCH] chore(pyproject): Update sphinx version for compatibility with sphinx multiversion. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aed0315..6cc083e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ exclude = ["benchmarks", "build", "docs", "tests", "scripts"] [project.optional-dependencies] dev = ["designer_dna[doc,test,lint,type,commit]", "tox"] commit = ["pre-commit"] -doc = ["sphinx", "furo", "sphinx_multiversion"] +doc = ["sphinx<9.0.0", "furo", "sphinx_multiversion"] test = ["pytest", "coverage", "pytest-xdist"] lint = ["pylint", "ruff"] type = ["mypy"]