-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-125933: Add ARIA labels to select elements in the version switcher #125934
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
Conversation
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Thank you for quick review! 👍🏻 |
Thanks @Privat33r-dev for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…itcher (pythonGH-125934) (cherry picked from commit 1306f33) Co-authored-by: Kerim Kabirov <the.privat33r+gh@pm.me> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…itcher (pythonGH-125934) (cherry picked from commit 1306f33) Co-authored-by: Kerim Kabirov <the.privat33r+gh@pm.me> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
GH-125938 is a backport of this pull request to the 3.13 branch. |
GH-125939 is a backport of this pull request to the 3.12 branch. |
This PR only applies to the docs previews on Read the Docs, we'll need a similar one in the https://github.com/python/docsbuild-scripts repo to take effect on https://docs.python.org. Please could you open a PR over there too? |
Fix in CPython didn't apply here. python/cpython#125934
Sure, python/docsbuild-scripts#223 Thank you for explanation and guidance. Also it makes me wonder: why don't buildscripts take templates from the same place as the Python's docs? |
Legacy reasons :) docsbuild-scripts came first, and they're both getting the data about what to put into the language/version switchers from different places. There's not much overlap between these two files, and the RTD stuff is still work-in-progress, so it's probably better to let it settle first. |
…itcher (python#125934) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Fixes #125933
📚 Documentation preview 📚: https://cpython-previews--125934.org.readthedocs.build/