-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
gh-110631: Fix reST indentation #110724
gh-110631: Fix reST indentation #110724
Conversation
.. versionchanged:: | ||
3.6 | ||
.. versionchanged:: 3.6 | ||
|
||
Add ``._pth`` file support and removes ``applocal`` option from | ||
``pyvenv.cfg``. | ||
|
||
.. versionchanged:: 3.6 | ||
|
||
* Adds ``._pth`` file support and removes ``applocal`` option from | ||
``pyvenv.cfg``. | ||
* Adds :file:`python{XX}.zip` as a potential landmark when directly adjacent | ||
to the executable. | ||
Add :file:`python{XX}.zip` as a potential landmark when directly adjacent | ||
to the executable. | ||
|
||
.. deprecated:: | ||
3.6 | ||
.. deprecated:: 3.6 |
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.
The way this rendered was a bit inconsistent, since the versionchanged had an indented list and the deprecation had inline text. By adding two separate versionchanged, we get rid of the list and the result looks more consistent (3 separate notes with inline text).
Thanks @ezio-melotti for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @ezio-melotti, I could not cleanly backport this to
|
Sorry, @ezio-melotti, I could not cleanly backport this to
|
* Fix wrong indentation in the other dirs. * Fix more wrong indentation.. (cherry picked from commit 718391f) Co-authored-by: Ezio Melotti <[email protected]>
GH-110738 is a backport of this pull request to the 3.12 branch. |
* Fix wrong indentation in the other dirs. * Fix more wrong indentation.. (cherry picked from commit 718391f) Co-authored-by: Ezio Melotti <[email protected]>
GH-110739 is a backport of this pull request to the 3.11 branch. |
* Fix wrong indentation in the other dirs. * Fix more wrong indentation.
This PR fixes indentation errors that resulted in spurious
blockquote
s and definition lists in the remainingDoc
dirs, plus a few more errors that I missed on the first pass.📚 Documentation preview 📚: https://cpython-previews--110724.org.readthedocs.build/