summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-07-10 23:45:55 +0000
committerGerrit Code Review <review@openstack.org>2012-07-10 23:45:55 +0000
commit3580021d438534eb0e52f2ba976f61d6c58f720b (patch)
tree6ba52f7ddf6a1b5739494622279ec141e7ebe340 /doc/source
parentdba3622f37eedaea369c13ddd618d37f7516f62a (diff)
parenteb2de037a387a2f20f50a81c973a2efd48d73494 (diff)
Merge "Update common setup code to latest."
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 8ced294d2..78feba48e 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -27,11 +27,6 @@ sys.path.insert(0, os.path.abspath('./'))
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'ext.nova_todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig','sphinx.ext.graphviz']
-# autodoc generation is a bit aggressive and a nuisance when doing heavy text edit cycles.
-# execute "export SPHINX_DEBUG=1" in your terminal to disable
-if not os.getenv('SPHINX_DEBUG'):
- extensions += ['ext.nova_autodoc']
-
todo_include_todos = True
# Add any paths that contain templates here, relative to this directory.