Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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
@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 |
…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 commitf86e20e)Co-authored-by: Maciej Olko <maciej.olko@affirm.com>https: //alabaster.readthedocs.io/en/latest/changelog.html
GH-113899 is a backport of this pull request to the3.8 branch. |
…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 commitf86e20e)https://alabaster.readthedocs.io/en/latest/changelog.htmlCo-authored-by: Maciej Olko <maciej.olko@affirm.com>
GH-113899 is a backport of this pull request to the3.8 branch. |
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)
Error message:
The same affects also 3.8 branch. Would it be possible for someone with the permissions to mark it for a backport?