diff options
| author | root <root@tonbuntu> | 2010-11-12 09:29:40 -0800 |
|---|---|---|
| committer | root <root@tonbuntu> | 2010-11-12 09:29:40 -0800 |
| commit | eecb36c85f4a797546348801dce2f1d8d4285e61 (patch) | |
| tree | 0bd671bf8a82e5a559c6be03bef5a266b1e31f63 /doc/source | |
| parent | 1a020c27133fe74968728ad3f43dd3fe0c0283b7 (diff) | |
| download | nova-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.py | 2 |
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 |
