docs#
Pigweed AI summary: The Pigweed docs target compiles Pigweed's documentation into HTML pages using the stm32f429i-disc1 toolchain with C++20 for size reports. To build for this target, use ninja with the "docs" group as the target. The final HTML documentation will be located in the "out/docs/gen/docs/html" directory of the build.
The Pigweed docs target assembles Pigweed’s reStructuredText and markdown documentation into a collection of HTML pages.
The docs target uses the stm32f429i-disc1 toolchain with C++20 for size reports.
Building#
Pigweed AI summary: To build for the specified target, use ninja with the "docs" group as the target to build. This can be done by invoking "gn gen out" and then "ninja -C out docs".
To build for this target, invoke ninja with the top-level “docs” group as the target to build.
$ gn gen out
$ ninja -C out docs
Output#
Pigweed AI summary: The final HTML documentation will be located in the "out/docs/gen/docs/html" directory of the build.
Final HTML documentation will be placed in the out/docs/gen/docs/html
directory of the build.