Skip to content

[3.9] Fix documentation build by pinning Alabaster version to 0.7.13 #113815

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

Conversation

m-aciek
Copy link
Contributor

@m-aciek m-aciek commented Jan 8, 2024

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#id2 (anchor to the section works correctly as of 2024-01-08)

% make … latex # [or html]
…
Sphinx version error:
The alabaster extension used by this project needs at least Sphinx v3.4; it therefore cannot be built with this version.
make: *** [Makefile:51: build] Error 2
Error: Process completed with exit code 2.

The same affects also 3.8 branch. Would it be possible for someone with the permissions to mark it for a backport?

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
@AA-Turner
Copy link
Member

@ambv this looks good and allows docs to work again on 3.8/3.9 branches.

(I haven't yet found a good solution for signalling compatibility at install time, as having circular dependencies leads to issues for various users! The joys of packaging...)

A

@ambv ambv merged commit f86e20e into python:3.9 Jan 10, 2024
@miss-islington-app
Copy link

Thanks @m-aciek for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 10, 2024
…ythonGH-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 <[email protected]>
https: //alabaster.readthedocs.io/en/latest/changelog.html
@bedevere-app
Copy link

bedevere-app bot commented Jan 10, 2024

GH-113899 is a backport of this pull request to the 3.8 branch.

ambv pushed a commit that referenced this pull request Jan 10, 2024
…H-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]>
@bedevere-app
Copy link

bedevere-app bot commented Jan 10, 2024

GH-113899 is a backport of this pull request to the 3.8 branch.

@m-aciek m-aciek deleted the 3.9-docs-pin-alabaster branch January 10, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants