Add support for Sphinx Docs.

Also turn on doc API autoindexing.

This depends on https://review.openstack.org/30520 landing in pbr and a
new point release being cut, as it uncovered a bug.

Change-Id: I8f4ffc4f7c54c7b207d6d52e74ccab020596e602
This commit is contained in:
Monty Taylor 2013-05-25 08:03:45 +02:00
parent 37d783dae5
commit e7af30fd4f
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ ironic.deployers =
fake = ironic.drivers.fake:FakeDeployDriver
# pxe = ironic.drivers.pxe.PXEDeployDriver
[pbr]
autodoc_index_modules = True
[build_sphinx]
all_files = 1
build-dir = doc/build