summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangwoo Ryu <cwryu@debian.org>2019-11-03 21:28:48 +0100
committerHÃ¥vard F. Aasen <havard.f.aasen@pfft.no>2022-08-07 12:13:49 +0200
commitbf08a8938f862d5b23ce0e7782a9e6524de0eb7f (patch)
treec22e10f0fd00c5b8c28f4afc7e8767fed50f6c84
parent613a168682de8e4cffc9b7c3f305325e83cccbbe (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', '#'),