Files
libloot/docs
dependabot[bot]andGitHub 9cf364ceae Bump idna from 3.10 to 3.15 in /docs
Bumps [idna](https://github.com/kjd/idna) from 3.10 to 3.15.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
- [Commits](https://github.com/kjd/idna/compare/v3.10...v3.15)

---
updated-dependencies:
- dependency-name: idna
  dependency-version: '3.15'
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-19 19:47:15 +00:00
..
2026-05-05 17:52:18 +01:00
2025-06-11 19:06:08 +01:00
2026-04-04 17:56:13 +01:00
2025-10-10 23:40:29 +01:00
2026-05-19 19:47:15 +00:00

libloot Documentation

This directory contains documentation for libloot and LOOT's metadata syntax. It does not include Rust API reference documentation: that is generated using cargo doc.

To build the documentation, install Python and uv and make sure they're accessible from your PATH, then run:

uv run -- sphinx-build -b html . build/html

If Doxygen is also installed and accessible from your PATH, the C++ API's reference documentation will also be included.

The files for dependency licenses and copyright notices are auto-generated. The script is hardcoded to generate files for the C++ wrapper's dependencies, but in practice that doesn't add any content over doing the same for just the core libloot Rust library.

Run scripts/licenses.py to regenerate the generated files, e.g. py scripts/licenses.py or python3 scripts/licenses.py.