From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 10 Jan 2024 09:45:31 +0000 (+0100) Subject: [3.8] Fix documentation build by pinning Alabaster version to 0.7.13 (GH-113815)... X-Git-Tag: v3.8.19~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb57c39c2dc633b3cfe185837815196076a89973;p=thirdparty%2FPython%2Fcpython.git [3.8] Fix documentation build by pinning Alabaster version to 0.7.13 (GH-113815) (#113899) Alabaster is Sphinx's dependency. Alabaster 0.7.14 released on 2024-01-08 dropped support for Sphinx 3.3 and earlier. (cherry picked from commit f86e20e4a86de4a06c04200c55e6f639f6795257) https://alabaster.readthedocs.io/en/latest/changelog.html Co-authored-by: Maciej Olko --- diff --git a/Doc/requirements.txt b/Doc/requirements.txt index aa615e6bf314..b3d48f608937 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -10,6 +10,8 @@ sphinx==2.4.4 docutils==0.17.1 # Jinja version is pinned to a version compatible with Sphinx version 2.4.4. jinja2==3.0.3 +# Alabaster version is pinned to a version compatible with Sphinx version 2.4.4. +alabaster==0.7.13 blurb