-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Docs: Fix markups for emphasis #135598
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
Docs: Fix markups for emphasis #135598
Conversation
The word emphasis character `_` is not supported as sphinx markup, so changed to `*`.
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.
I see no other cases in Doc/ with grep.
Thanks @koyuki7w for the PR, and @ZeroIntensity for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
The word emphasis character `_` is not supported as sphinx markup, so changed to `*`. (cherry picked from commit 46c60e0) Co-authored-by: Yuki Kobayashi <[email protected]>
GH-135685 is a backport of this pull request to the 3.14 branch. |
The word emphasis character `_` is not supported as sphinx markup, so changed to `*`. (cherry picked from commit 46c60e0) Co-authored-by: Yuki Kobayashi <[email protected]>
GH-135686 is a backport of this pull request to the 3.13 branch. |
Docs: Fix markups for emphasis (GH-135598) The word emphasis character `_` is not supported as sphinx markup, so changed to `*`. (cherry picked from commit 46c60e0) Co-authored-by: Yuki Kobayashi <[email protected]>
Docs: Fix markups for emphasis (GH-135598) The word emphasis character `_` is not supported as sphinx markup, so changed to `*`. (cherry picked from commit 46c60e0) Co-authored-by: Yuki Kobayashi <[email protected]>
The word emphasis character `_` is not supported as sphinx markup, so changed to `*`.
The word emphasis character
_
is not supported as sphinx markup, so changed to*
.📚 Documentation preview 📚: https://cpython-previews--135598.org.readthedocs.build/