From 53dcdac660a6ab0f036d97eb992e8dc067fb4f1c Mon Sep 17 00:00:00 2001 From: Stefan Hillmich Date: Tue, 22 Aug 2023 11:09:28 +0200 Subject: [PATCH] Require Sphinx version <7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0fd04a4..7ba0555d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ coverage = [ "pytest-cov" ] docs = [ - "sphinx>=5", + "sphinx>=5,<7", "sphinx-rtd-theme", "sphinx-rtd-dark-mode", "sphinxcontrib-bibtex>=2.4.2",