From e006de995b0b615d679287e620eaa49e2d8afb3f Mon Sep 17 00:00:00 2001 From: Zhi-Jie Cao Date: Wed, 26 Jul 2023 11:43:15 +0800 Subject: [PATCH] Limit sphinx version due to theme incompatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb6d846..42a868f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ [project.optional-dependencies] doc = [ - "sphinx", + "sphinx<7", "sphinx-autodoc-typehints", "sphinx-copybutton", "sphinx-intl",