Skip to content

Commit 70561bd

Browse files
committed
Fix documentation build
The intersphinx_mapping format now requires a tuple [1]. Fixes #279 [1] - https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#configuration
1 parent b31df3c commit 70561bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317

318318
# Example configuration for intersphinx: refer to the Python standard library.
319319
intersphinx_mapping = {
320-
'http://docs.python.org/': None,
320+
'python': ('https://docs.python.org/3', None),
321321
'django': ('http://docs.djangoproject.com/en/dev/',
322322
'http://docs.djangoproject.com/en/dev/_objects/'),
323323
}

0 commit comments

Comments
 (0)