From 405a372272ff73c21bf91aedebfe2afb74b83e9d 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, 0 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 9d01807..c89b701 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -141,7 +141,6 @@ write_autodoc_index() # or your custom ones. extensions = [ 'sphinx.ext.autodoc', - 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinxcontrib.autohttp.flask', 'wsmeext.sphinxext', @@ -151,7 +150,6 @@ extensions = [ 'sphinxcontrib.pecanwsme.rest', 'oslo.sphinx', ] - wsme_protocols = ['restjson', 'restxml'] todo_include_todos = True