We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83f7b66 + dc11bf3 commit 3c04a96Copy full SHA for 3c04a96
docs/conf.py
@@ -54,8 +54,8 @@ def get_version():
54
exclude_patterns = ['_build']
55
default_role = 'obj'
56
intersphinx_mapping = {
57
- 'python': ('https://python.readthedocs.io/en/latest/', None),
58
- 'django': ('https://django.readthedocs.io/en/1.11.x/', None),
+ 'python': ('https://docs.python.org/3.6/', None),
+ 'django': ('https://docs.djangoproject.com/en/1.11/', 'https://docs.djangoproject.com/en/1.11/_objects/'),
59
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
60
}
61
htmlhelp_basename = 'ReadTheDocsdoc'
0 commit comments