From 6023f3699a7d8b0714deecb749b7e8747dceab92 Mon Sep 17 00:00:00 2001 From: andreanadr <121737246+andreanadr@users.noreply.github.com> Date: Sat, 24 Jan 2026 05:18:16 +0700 Subject: [PATCH] Update build.rst --- peps/docs/build.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/peps/docs/build.rst b/peps/docs/build.rst index 3d1a2745eb1..8425ced5cfb 100644 --- a/peps/docs/build.rst +++ b/peps/docs/build.rst @@ -1,4 +1,4 @@ -:author: Adam Turner +:author: andreanadr <121737246+andreanadr@users.noreply.github.com> Building PEPs Locally @@ -9,7 +9,7 @@ This can also be used to check that the PEP is valid reStructuredText before submission to the PEP editors. The rest of this document assumes you are working from a local clone of the -`PEPs repository `__, +`PEPs repository `__, with **Python 3.9 or later** installed. @@ -24,7 +24,7 @@ Render PEPs locally If you don't have access to ``make``, run: - .. code-block:: ps1con + .. code-block:: ps1 PS> python -m venv .venv PS> .\.venv\Scripts\activate @@ -46,7 +46,7 @@ Render PEPs locally If you don't have access to ``make``, run: - .. code-block:: ps1con + .. code-block:: ps1 (venv) PS> python build.py @@ -68,7 +68,7 @@ created earlier: Or on Windows: -.. code-block:: ps1con +.. code-block:: ps1 PS> .\.venv\Scripts\activate