Skip to content

Commit cff414b

Browse files
committed
Enable intersphinx
1 parent a19cf1e commit cff414b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@
1515
import chess
1616

1717
# Autodoc.
18-
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode"]
18+
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinx.ext.intersphinx"]
1919
autodoc_member_order = "bysource"
20+
intersphinx_mapping = {
21+
"python": ("https://docs.python.org/3", None),
22+
}
2023

2124
# The suffix of source filenames.
2225
source_suffix = ".rst"

0 commit comments

Comments
 (0)