summaryrefslogtreecommitdiffstats
path: root/keystone-moon/doc/README.rst
blob: a9537b9a455877c8834e181465e644d7144617c0 (plain)
1
2
3
4
5
6
7
8
9
Building Docs
=============

Developer documentation is generated using Sphinx. To build this documentation,
run the following from the root of the repository::

  $ tox -e docs

The documentation will be built at ``doc/build/``.