Skip to content

Commit 38f8a55

Browse files
authored
Merge pull request nest#1613 from jd41/patch-1
Correct path
2 parents 7a4b26f + 88a4e69 commit 38f8a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/documentation_workflow/user_documentation_workflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ Using Sphinx, you can build documentation locally and preview it offline:
7777
7878
make html
7979
80-
3. Preview files. They are then located in ``./docs/_build/html``:
80+
3. Preview files. They are then located in ``./_build/html``:
8181

8282
.. code-block:: bash
8383
84-
cd </path/to/nest_source>/doc/_build/html
84+
cd ./_build/html
8585
browser filename.html
8686
8787
Editing and creating pages

0 commit comments

Comments
 (0)