mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Move cpp/docs to docs
This commit is contained in:
+2
-4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user