From 6aaa0975d88410a65c39f2fab66f720c62237722 Mon Sep 17 00:00:00 2001 From: Raymond Wiker Date: Thu, 3 Oct 2024 12:18:37 +0200 Subject: [PATCH] Pin sphinx to same version as komodo uses, as latest version fails for us. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e54b08e..266ab34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ [project.optional-dependencies] test = ["pytest", "PyYAML"] docs = [ - "sphinx", + "sphinx==7.1.2", "sphinx-rtd-theme", "autoapi", "sphinx-autodoc-typehints",