Add comment to README about need for copying css and js files.

main
Jeremy Salwen 2023-02-01 14:24:33 -05:00 committed by Henrik Böving
parent 1cb84f6d74
commit 162de994c2
1 changed files with 6 additions and 1 deletions

View File

@ -27,3 +27,8 @@ The root of the built docs will be `build/docs/index.html`. However, due to the
generated website will be partially broken if you just open the generated html files in your browser. You
need to serve them from a proper http server for it to work. An easy way to do that is to run
`python3 -m http.server` from the `build/docs` directory.
Note that if you modify the `.js` or `.css` files in doc-gen4, they won't necessarily be copied over when
you rebuild the documentation. You can manually copy the changes to the `build/docs` directory to make
sure the changes appear, or just do a full recompilation (`lake clean` and `lake build` inside the `doc-gen4`
directory.)