Be consistent with virtual environment name

This commit is contained in:
Juan Luis Cano Rodríguez 2021-05-31 16:29:55 +02:00
parent c8a3a2535a
commit 2b0131d0bc

View File

@ -200,8 +200,8 @@ or leverage the convenience script as follows.
.. code-block:: bash
(.env) $ cd docs
(.env) $ make html
(.venv) $ cd docs
(.venv) $ make html
After running this command,
you will see that ``index.html`` reflects the new changes!