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
|
# Install requirements
|
||||||
python -m pip install -U -r requirements.txt
|
python -m pip install -U -r requirements.txt
|
||||||
|
|
||||||
# Render the PEPs
|
# Build the PEPs
|
||||||
make render
|
make html
|
||||||
|
|
||||||
# Or, if you don't have 'make':
|
# Or, if you don't have 'make':
|
||||||
python build.py
|
python build.py
|
||||||
|
|
|
@ -43,7 +43,7 @@ Render PEPs locally
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
make render
|
make html
|
||||||
|
|
||||||
If you don't have access to ``make``, run:
|
If you don't have access to ``make``, run:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue