keystone/doc
Eric Brown 4d08a1c015 Fix for unindent warning in doc build
Trivial fix for the following:

/home/ericwb/keystone/doc/source/upgrading.rst:115: WARNING:
Enumerated list ends without a blank line; unexpected unindent.

Partial-Bug: #1602422
Change-Id: Ia1e65267440df6dd43e7b5fe47f86f871a13975d
2016-09-20 03:09:43 +00:00
..
ext Use ConfigParser instead of SafeConfigParser 2016-09-12 16:21:37 +00:00
source Fix for unindent warning in doc build 2016-09-20 03:09:43 +00:00
Makefile Align with project configs. 2012-03-01 11:42:42 -08:00
README.rst Fixes documentation building 2013-12-13 02:47:37 +00:00
keystone_compat_flows.sdx Align with project configs. 2012-03-01 11:42:42 -08:00

README.rst

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/.