Japanese and Korean docs no longer build on RTD due to Python version#4984
Merged
jamie-lemon merged 1 commit intomainfrom May 5, 2026
Merged
Japanese and Korean docs no longer build on RTD due to Python version#4984jamie-lemon merged 1 commit intomainfrom
jamie-lemon merged 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Japanese and Korean Read the Docs build configs to use the same Python version as the root documentation build, which should restore those localized docs builds on RTD.
Changes:
- Bump
build.tools.pythonfrom3.9to3.13in the Japanese RTD config. - Bump
build.tools.pythonfrom3.9to3.13in the Korean RTD config. - Realign localized RTD configs with the root
.readthedocs.yamlPython version.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/locales/ko/.readthedocs.yaml | Updates the Korean docs RTD build to Python 3.13. |
| docs/locales/ja/.readthedocs.yaml | Updates the Japanese docs RTD build to Python 3.13. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
Author
|
Build failure info from RTD |
JorjMcKie
approved these changes
May 4, 2026
Collaborator
julian-smith-artifex-com
left a comment
There was a problem hiding this comment.
Suggest we just use python: so that we never have to worry about this again.
Collaborator
Author
|
Let's see if this fixes it then I'll follow up with one which does that for all our .yamls |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See information from RTD:
I believe this relates to the Python version defined in requirements.txt