aboutsummaryrefslogtreecommitdiff
path: root/targets/docs/target_docs.rst
blob: 37db6c2486c18c33cc3c0d0b13cb0db29531693d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.. _target-docs:

----
docs
----
The Pigweed docs target assembles Pigweed's reStructuredText and markdown
documentation into a collection of HTML pages.

Building
========
To build for this target, invoke ninja with the top-level "docs" group as the
target to build.

.. code:: sh

  $ gn gen out
  $ ninja -C out docs

Output
======
Final HTML documentation will be placed in the ``out/docs/gen/docs/html``
directory of the build.