You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/users_guide/working-with-documentation/docs-intro-and-recommended.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,13 +50,13 @@ The process for viewing your build in a web browser differs depending on what ki
50
50
51
51
You can open your build of the documentation in your default browser with
52
52
```shell
53
-
open _build/index.html
53
+
open _build/html/index.html
54
54
```
55
55
56
56
### Windows (Ubuntu VM)
57
57
58
58
Assuming you installed Chromium in the :ref:`windows-docs-ubuntu-utilities` setup step, you can open your build of the documentation like so:
59
59
```shell
60
-
chromium _build/index.html &
60
+
chromium _build/html/index.html &
61
61
```
62
62
This will generate a lot of warnings in the terminal that seem to be inconsequential to our purpose here. You may need to press Ctrl-C and/or Enter a few times to clear them and return your cursor to the prompt.
0 commit comments