From dacbd9dfb05c5250ab53945fe846b893db706e1f Mon Sep 17 00:00:00 2001 From: Wanda Date: Fri, 20 Oct 2023 17:34:50 +0200 Subject: [PATCH] docs: upgrade Sphinx. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b22dfa..962aecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "coverage", ] docs = [ - "sphinx~=5.3", + "sphinx~=7.1", "sphinxcontrib-platformpicker~=1.3", "sphinx-rtd-theme~=1.2", "sphinx-autobuild",