From ab03700f4e6cd70ff86921312414918b93f2ce32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Mon, 27 Jan 2014 12:24:35 +0000 Subject: [PATCH] Ensure we don't access the net when building docs (Note, this has not been sent upstream) --- doc/source/conf.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 02e97e1..4db8a9a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -142,7 +142,6 @@ write_autodoc_index() # or your custom ones. extensions = [ 'sphinx.ext.autodoc', - 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinxcontrib.autohttp.flask', 'wsmeext.sphinxext',