summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-04-04 11:32:14 -0400
committerTim Graham <timograham@gmail.com>2018-04-04 11:32:14 -0400
commitcf8fc4797458b2c788ecf0be0afca6b0512ce1c0 (patch)
tree9a0b4272a581b303fe50b6233f2f410a22a189bd /docs
parent9c651641f1b8295c8b813c0e0d642d9068ec27f2 (diff)
Updated intersphinx_mapping URL for sphinx.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
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),
}