From 25572416d1ae277bd7616a755dadf353185ececa Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:29:28 +0300 Subject: [PATCH] Upgrade to Sphinx 7.3 --- Doc/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 118e6c322b4be2b..aac556ca4a27682 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -6,13 +6,12 @@ # Sphinx version is pinned so that new versions that introduce new warnings # won't suddenly cause build failures. Updating the version is fine as long # as no warnings are raised by doing so. -sphinx~=7.2.0 +sphinx~=7.3.0 blurb sphinx-autobuild sphinxext-opengraph==0.7.5 -sphinx-notfound-page==1.0.0 # The theme used by the documentation is stored separately, so we need # to install that as well.