summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangwoo Ryu <cwryu@debian.org>2019-11-03 21:28:48 +0100
committerPaul Gevers <elbrus@debian.org>2022-10-29 12:23:17 +0200
commit32af95947931b498fa9f4a256b61b1cfd71fdc9d (patch)
tree5dc33bf6791c4e485328aca9eaf3bf78faca7046
parentcf0a2e981d71492f0fa26683e750e33567308690 (diff)
Do not use intersphinx
Forwarded: not-needed Last-Update: 2019-07-15 According to the Debian policy 3.9.7, the build should not attempt network connection. Gbp-Pq: Name no-intersphinx.patch
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c2f5a61..126d2ff 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -63,7 +63,7 @@ if os.environ.get('READTHEDOCS', 0):
# 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',
+extensions = ['sphinx.ext.autodoc', #'sphinx.ext.intersphinx',
'sphinx.ext.extlinks', 'sphinx.ext.todo']
# Add any paths that contain templates here, relative to this directory.
@@ -260,7 +260,7 @@ man_pages = [
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+#intersphinx_mapping = {'http://docs.python.org/': None}
extlinks = {
'issue': ('https://github.com/emcconville/wand/issues/%s', '#'),