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 cf8473d commit 38b9a7aCopy full SHA for 38b9a7a
doc/src/conf.py
@@ -31,6 +31,7 @@
31
# ones.
32
extensions = [
33
'sphinx.ext.autodoc',
34
+ 'sphinx.ext.intersphinx',
35
]
36
37
# Add any paths that contain templates here, relative to this directory.
@@ -65,6 +66,15 @@
65
66
67
autodoc_member_order = 'bysource'
68
69
+
70
+# -- Options for intersphinx extension ---------------------------------------
71
72
+intersphinx_mapping = {
73
+ 'python': ('https://docs.python.org/3', None),
74
+ 'pytest': ('https://docs.pytest.org/en/stable/', None),
75
+}
76
77
78
# -- Options for HTML output -------------------------------------------------
79
80
# The theme to use for HTML and HTML Help pages. See the documentation for
0 commit comments