Skip to content

Commit 8854b50

Browse files
committed
Add intersphinx extension.
1 parent 0af4a07 commit 8854b50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ def get_version():
2626
"sphinx.ext.autodoc",
2727
"sphinx.ext.coverage",
2828
"sphinx.ext.doctest",
29+
"sphinx.ext.intersphinx",
2930
"sphinx.ext.todo",
3031
]
3132
exclude_patterns = ["_build"]
3233
master_doc = "index"
3334
html_theme = "classic"
35+
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}

0 commit comments

Comments
 (0)