File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/developers/contributing/documentation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -293,17 +293,17 @@ you can speed up this build by running `make html-noplot` instead. This will ski
293
293
gallery build, which involves launching up napari and rendering all the examples.
294
294
295
295
` ` ` bash
296
- make docs-install
296
+ make docs-install # only needed the first time
297
297
make html-noplot
298
298
` ` `
299
299
300
- The rendered HTML will be placed in `docs/_build`. Find `index.html` in this
300
+ The rendered HTML will be placed in `docs/_build/html `. Find `index.html` in this
301
301
folder and drag it into a browser to preview the website with your new document.
302
302
You can also run this Python one-liner to deploy a quick local server on
303
303
[http://localhost:8000](http://localhost:8000) :
304
304
305
305
` ` ` shell
306
- $ python3 -m http.server --directory docs/_build
306
+ $ python3 -m http.server --directory docs/_build/html
307
307
` ` `
308
308
309
309
` ` ` ` {note}
You can’t perform that action at this time.
0 commit comments