-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
Docs HTML: Remove self-closing tags #132220
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
I think we have self-closing tags in Sphinx' writers so we should also fix this upstream. |
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Sorry, @hugovk, I could not cleanly backport this to
|
Sorry, @hugovk, I could not cleanly backport this to
|
(cherry picked from commit ce72457) Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Adam Turner <[email protected]>
GH-132228 is a backport of this pull request to the 3.13 branch. |
(cherry picked from commit ce72457) Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Adam Turner <[email protected]>
GH-132229 is a backport of this pull request to the 3.12 branch. |
(cherry picked from commit ce72457) Co-authored-by: Adam Turner <[email protected]>
(cherry picked from commit ce72457) Co-authored-by: Adam Turner <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
https://developer.mozilla.org/en-US/docs/Glossary/Void_element#self-closing_tags
Let's omit them: they're ignored, could be misleading (give the false impression they do something when they do not) and are ugly (IMO).
📚 Documentation preview 📚: https://cpython-previews--132220.org.readthedocs.build/