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 a19cf1e commit cff414bCopy full SHA for cff414b
1 file changed
docs/conf.py
@@ -15,8 +15,11 @@
15
import chess
16
17
# Autodoc.
18
-extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode"]
+extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinx.ext.intersphinx"]
19
autodoc_member_order = "bysource"
20
+intersphinx_mapping = {
21
+ "python": ("https://docs.python.org/3", None),
22
+}
23
24
# The suffix of source filenames.
25
source_suffix = ".rst"
0 commit comments