Upgrade 3.15#2
Closed
tamnd wants to merge 7 commits into
Closed
Conversation
Builds the CPython 3.14 docs with vi translations and publishes the rendered HTML to GitHub Pages. Mirrors test-build.yml but runs the configure-pages/upload-pages-artifact/deploy-pages action pipeline on pushes to master and 3.14.
CPython's Doc/Makefile sets SPHINXERRORHANDLING ?= -W --keep-going, so SPHINXOPTS alone can't disable warnings-as-errors. Override SPHINXERRORHANDLING directly to keep only --keep-going.
Sphinx's latex builder needs rsvg-convert to rasterise SVG images; without it the build emits a warning that -W promotes to an error.
GITHUB_TOKEN-authored pushes do not fire push events, so auto-synced .po updates silently landed on 3.14 without refreshing Pages or re-running the build/lint checks. Explicitly dispatch deploy-pages, test-build, and po-lint after each significant sync so the preview at tamnd.github.io/python-docs-vi/ stays current.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.