We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8ac4b commit 34f7060Copy full SHA for 34f7060
docs/conf.py
@@ -14,6 +14,7 @@
14
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
15
extensions = [
16
'sphinx.ext.doctest',
17
+ 'sphinx.ext.intersphinx',
18
'pytestdocs',
19
]
20
@@ -60,3 +61,9 @@
60
61
62
# Output file base name for HTML help builder.
63
htmlhelp_basename = 'pytest-djangodoc'
64
+
65
+intersphinx_mapping = {
66
+ 'python': ('https://docs.python.org/3', None),
67
+ 'django': ('http://docs.djangoproject.com/en/dev/',
68
+ 'http://docs.djangoproject.com/en/dev/_objects/'),
69
+}
0 commit comments