From f105cd4d67a55f8ee97a76d7cb6d3309b60bbe7f Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Fri, 25 Aug 2023 23:57:30 +0200 Subject: [PATCH] Docs: pin sphinx to <7.2 This is a short-term solution for #2023. In the long run, upstream issues should be fixed: * https://github.com/sphinx-doc/sphinx/issues/11643 * https://github.com/mgeier/sphinx-last-updated-by-git/pull/57 Closes #2023. --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6938c17260..fee8d36991 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,3 @@ +sphinx<7.2 # See #2023 sphinx_rtd_theme sphinx_last_updated_by_git