From 850e67d1e7f94dff22aa43ccca6e26809aab6b25 Mon Sep 17 00:00:00 2001 From: Lucas <38531431+lucasberent@users.noreply.github.com> Date: Tue, 12 Sep 2023 13:38:56 +0200 Subject: [PATCH] try fix docs issue pinning to sphinx version <7 as recommended in https://github.com/readthedocs/readthedocs.org/issues/10279 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08ee7bcd..e4d26424 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dynamic = ["version"] test = ["pytest>=7.2", "pytest-console-scripts>=1.4", "pytest-mock"] coverage = ["mqt.qecc[test]", "pytest-cov"] docs = [ - "sphinx>=5", + "sphinx>=5, <7", "sphinx-rtd-theme", "sphinx-rtd-dark-mode", "sphinxcontrib-bibtex>=2.4.2",