From 001a6b44c152b2594b79ea005c2afba41be4054a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Fri, 6 Jan 2012 12:16:34 +0000 Subject: [PATCH] Ensure we don't access the net when building docs (Note, this has not been sent upstream) Change-Id: I9d02fb4053a8106672aded1614a2850e21603eb2 --- 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 996dfb0..f62ebf8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -25,7 +25,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'] +extensions = ['sphinx.ext.autodoc', '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