8000 [3.8] Fix documentation build by pinning Alabaster version to 0.7.13 (GH-113815) by miss-islington · Pull Request #113899 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.8] Fix documentation build by pinning Alabaster version to 0.7.13 (GH-113815) #113899

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[3.9] Fix documentation build by pinning Alabaster version to 0.7.13 (G…
…H-113815)

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)

Co-authored-by: Maciej Olko <maciej.olko@affirm.com>
https: //alabaster.readthedocs.io/en/latest/changelog.html
  • Loading branch information
m-aciek authored and miss-islington committed Jan 10, 2024
commit 8d34a63f71d7fcc8ff3b7897422d62631c9f94af
2 changes: 2 additions & 0 deletions Doc/requirements.txt
5B34
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
0