Meta: Change make render to make html in docs (#3094)

This commit is contained in:
Roman Solomatin 2023-04-09 12:43:55 +05:00 committed by GitHub
parent 67712e46d8
commit 9fa2dd938b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -58,8 +58,8 @@ In summary, run the following in a fresh, activated virtual environment:
# Install requirements
python -m pip install -U -r requirements.txt
# Render the PEPs
make render
# Build the PEPs
make html
# Or, if you don't have 'make':
python build.py

View File

@ -43,7 +43,7 @@ Render PEPs locally
.. code-block:: shell
make render
make html
If you don't have access to ``make``, run: