From 6dbad7cb8c807b39aa9bad741eaa08a30240e00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sun, 21 Jul 2024 12:49:20 +0200 Subject: [PATCH] EXP: try pinning down recently updated sphinx extensions --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 50d2bd55f5..05d8bdc8f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -201,6 +201,8 @@ doc = [ "sphinx>=7.2.5", "sphinx-bootstrap-theme>=0.8.1", "sphinx-rtd-theme>=1.3.0", + "sphinxcontrib-htmlhelp==2.0.5", # exp + "sphinxcontrib-qthelp==1.0.7", # exp ] mapserver = [ "bottle",