8000 Maintain support for pre-Python 3.11 by hugovk · Pull Request #1107 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Maintain support for pre-Python 3.11 #1107

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

Merged
merged 2 commits into from
Jun 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Wording
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
  • Loading branch information
hugovk and CAM-Gerlach authored Jun 4, 2023
commit 0fa66024d154a2dd592ca38e9d03c39332ce6d68
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ nickname of "the devguide" by the Python core developers.

The official home of this guide is https://devguide.python.org.

Compilation
Render HTML
-----------

For the compilation of the devguide::
To render the devguide to HTML under ``_build/html``, run::

make html
0