From 670c2113462d023df1e1d415e7fb6394fd5a0997 Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Thu, 9 Jan 2014 23:26:03 +0100 Subject: [PATCH] do not use intersphinx_mapping --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 61e1a4b..6e707a2 100644 --- a/conf.py +++ b/conf.py @@ -329,4 +329,4 @@ epub_copyright = u'2013, Ivan Boule, Olivier Matz' # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None} +intersphinx_mapping = {} -- 2.20.1