https://github.com/python/cpython/commit/f86e20e4a86de4a06c04200c55e6f639f6795257
commit: f86e20e4a86de4a06c04200c55e6f639f6795257
branch: 3.9
author: Maciej Olko <maciej.o...@affirm.com>
committer: ambv <luk...@langa.pl>
date: 2024-01-10T10:35:38+01:00
summary:

[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

files:
M Doc/requirements.txt

diff --git a/Doc/requirements.txt b/Doc/requirements.txt
index cf659a0fbac2ec..d674857a353d2b 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
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to