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.
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 <ezio.melotti@gmail.com>
|
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 <ezio.melotti@gmail.com>
|
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
blockquotes and definition lists in the remainingDocdirs, plus a few more errors that I missed on the first pass.📚 Documentation preview 📚: https://cpython-previews--110724.org.readthedocs.build/