From 2b0131d0bcf3e87fcff3359ed3bb09e3e754e5ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Mon, 31 May 2021 16:29:55 +0200 Subject: [PATCH] Be consistent with virtual environment name --- doc/tutorial/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst index cd103f621..87aec3024 100644 --- a/doc/tutorial/index.rst +++ b/doc/tutorial/index.rst @@ -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!