Move cpp/docs to docs

This commit is contained in:
Oliver Hamlet
2025-06-11 19:06:08 +01:00
parent 57c8959da9
commit f4511b99bb
42 changed files with 33 additions and 22 deletions
+2 -4
View File
@@ -66,12 +66,10 @@ ctest --test-dir build --output-on-failure --parallel -V
Install [Doxygen](https://www.doxygen.nl/), Python and [uv](https://docs.astral.sh/uv/getting-started/installation/) and make sure they're accessible from your `PATH`, then run:
```
cd docs
uv run -- sphinx-build -b html . ../build/docs/html
cd ../docs
uv run -- sphinx-build -b html . build/html
```
The documentation files for dependency licenses and copyright notices are auto-generated using [cargo-attribution](https://github.com/ameknite/cargo-attribution): to regenerate them run `py scripts/licenses.py`.
### Packaging
To package the build: