aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Olko <maciej.olko@affirm.com>2024-01-10 10:35:38 +0100
committerGitHub <noreply@github.com>2024-01-10 10:35:38 +0100
commitf86e20e4a86de4a06c04200c55e6f639f6795257 (patch)
treeadfbdc78154129c4f37bd69d2d9d0433ffcaead9
parent300d3155af0cb2d0fdf3fabe2e34a0e6ec832cf0 (diff)
downloadcpython3-f86e20e4a86de4a06c04200c55e6f639f6795257.tar.gz
[3.9] Fix documentation build by pinning Alabaster version to 0.7.13 (#113815)
Alabaster is Sphinx's dependency. Alabaster 0.7.14 released on 2024-01-08 dropped support for Sphinx 3.3 and earlier. https://alabaster.readthedocs.io/en/latest/changelog.html
-rw-r--r--Doc/requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt
index cf659a0fba..d674857a35 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