From 063fdef272f665daf756d529ef1d12cc757f99a7 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sun, 31 Oct 2021 15:47:01 -0400 Subject: docs/conf.py: update intersphinx_mapping --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 944a339..5362d82 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -301,6 +301,6 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { - 'https://docs.python.org/': None, + 'https://docs.python.org/2.7': None, 'https://pythonhosted.org/watchdog/': None } -- cgit v1.2.3