From cf8fc4797458b2c788ecf0be0afca6b0512ce1c0 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 4 Apr 2018 11:32:14 -0400 Subject: [PATCH] Updated intersphinx_mapping URL for sphinx. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f4aa6a614c..037e42f514 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -135,7 +135,7 @@ pygments_style = 'trac' # branch, which is located at this URL. intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), - 'sphinx': ('http://sphinx-doc.org/', None), + 'sphinx': ('http://www.sphinx-doc.org/en/master/', None), 'psycopg2': ('http://initd.org/psycopg/docs/', None), }