Skip to content

Commit fb57c39

Browse files
[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 f86e20e) https://alabaster.readthedocs.io/en/latest/changelog.html Co-authored-by: Maciej Olko <[email protected]>
1 parent 575c99a commit fb57c39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ sphinx==2.4.4
1010
docutils==0.17.1
1111
# Jinja version is pinned to a version compatible with Sphinx version 2.4.4.
1212
jinja2==3.0.3
13+
# Alabaster version is pinned to a version compatible with Sphinx version 2.4.4.
14+
alabaster==0.7.13
1315

1416
blurb
1517

0 commit comments

Comments
 (0)