Meta: Change make render to make html in docs (#3094)
This commit is contained in:
parent
67712e46d8
commit
9fa2dd938b
|
@ -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
|
||||
|
|
|
@ -43,7 +43,7 @@ Render PEPs locally
|
|||
|
||||
.. code-block:: shell
|
||||
|
||||
make render
|
||||
make html
|
||||
|
||||
If you don't have access to ``make``, run:
|
||||
|
||||
|
|
Loading…
Reference in New Issue