summaryrefslogtreecommitdiffstats
path: root/doc/ext
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-03-01 16:51:21 -0500
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-03-01 17:03:01 -0500
commit1ea445c377d25970cb73f5f35004e02c5e066ca4 (patch)
tree6c9e7fbf305fa6a1673c61b0baa2699066f51109 /doc/ext
parent34d50ed65fc6f68fa5efb524ab4d82eea8e499f0 (diff)
downloadnova-1ea445c377d25970cb73f5f35004e02c5e066ca4.tar.gz
nova-1ea445c377d25970cb73f5f35004e02c5e066ca4.tar.xz
nova-1ea445c377d25970cb73f5f35004e02c5e066ca4.zip
blueprint sphinx-doc-cleanup
bug 944381 Add logic to generate_autodoc_index.sh to produce rst underlines to match the heading strings. Change-Id: Ib0f54a45fcc4ab6dfaa593c756682f1a25fdb420
Diffstat (limited to 'doc/ext')
-rw-r--r--doc/ext/nova_autodoc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ext/nova_autodoc.py b/doc/ext/nova_autodoc.py
index 3dd992d84..704c590f0 100644
--- a/doc/ext/nova_autodoc.py
+++ b/doc/ext/nova_autodoc.py
@@ -5,6 +5,7 @@ gettext.install('nova')
from nova import utils
+
def setup(app):
rootdir = os.path.abspath(app.srcdir + '/..')
print "**Autodocumenting from %s" % rootdir