From e7f36a5349105ba3dd18eceb42eedfc296cd439d Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 12 Oct 2024 15:19:05 +0200 Subject: [PATCH] Pin sphinx Currently breaks CI --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28ac2ebe..58d0f65f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ docs = [ "cogapp", "furo", "myst-parser", - "sphinx", + "sphinx<8.1", "sphinx-notfound-page", "sphinxcontrib-mermaid", "sphinxext-opengraph",