From eb2de037a387a2f20f50a81c973a2efd48d73494 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 5 Jul 2012 16:27:12 -0500 Subject: Update common setup code to latest. This gets us up to date with common/setup.py and replaces custom nova autodoc generation with the port of that code found in common. Change-Id: I2a1c5d2c0fdcf40dbea50cc123b537adb068cdc2 --- doc/source/conf.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'doc/source') 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. -- cgit