1.. _target-docs:
2
3----
4docs
5----
6The Pigweed docs target assembles Pigweed's reStructuredText and markdown
7documentation into a collection of HTML pages.
8
9Building
10========
11To build for this target, invoke ninja with the top-level "docs" group as the
12target to build.
13
14.. code:: sh
15
16  $ gn gen out
17  $ ninja -C out docs
18
19Output
20======
21Final HTML documentation will be placed in the ``out/docs/gen/docs/html``
22directory of the build.
23