summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorroot <root@tonbuntu>2010-11-12 09:29:40 -0800
committerroot <root@tonbuntu>2010-11-12 09:29:40 -0800
commiteecb36c85f4a797546348801dce2f1d8d4285e61 (patch)
tree0bd671bf8a82e5a559c6be03bef5a266b1e31f63 /doc/source
parent1a020c27133fe74968728ad3f43dd3fe0c0283b7 (diff)
downloadnova-eecb36c85f4a797546348801dce2f1d8d4285e61.tar.gz
nova-eecb36c85f4a797546348801dce2f1d8d4285e61.tar.xz
nova-eecb36c85f4a797546348801dce2f1d8d4285e61.zip
fix conf file from earlier merge
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index b9824af2d..388aaabc2 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -24,7 +24,7 @@ sys.path.insert(0, os.path.abspath('./'))
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
- extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'ext.nova_todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig','sphinx.ext.graphviz', 'ext.nova_autodoc']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'ext.nova_todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig','sphinx.ext.graphviz', 'ext.nova_autodoc']
todo_include_todos = True