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: docs/how-to/build-docs.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
@@ -23,7 +23,7 @@ $ firefox build/html/index.html
23
23
You can also run an autobuild process, which will watch your `docs` directory for changes and rebuild whenever it sees changes, reloading any browsers watching the pages:
24
24
25
25
```
26
-
$ tox -e docs autobuild
26
+
$ tox -e docs -- autobuild
27
27
```
28
28
29
29
You can view the pages at localhost:
@@ -35,5 +35,5 @@ $ firefox http://localhost:8000
35
35
If you are making changes to source code too, you can tell it to watch changes in this directory too:
0 commit comments