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!