Skip to content

Commit 1f318ae

Browse files
author
Ajay Chinthalapalli Jayakumar
committed
update intersphinx_mapping
Signed-off-by: Ajay Chinthalapalli Jayakumar <[email protected]>
1 parent 03d6ef7 commit 1f318ae

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,4 +450,6 @@
450450

451451

452452
# Example configuration for intersphinx: refer to the Python standard library.
453-
intersphinx_mapping = {"https://docs.python.org/": None}
453+
intersphinx_mapping = {
454+
'python': ('https://docs.python.org/3', None),
455+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ exclude_lines = ["raise NotImplementedError"]
5959

6060
[tool.sphinx]
6161
builder = "html"
62-
config-file = "docs/source/conf.py"
62+
config-file = "docs/source/conf.py"

0 commit comments

Comments
 (0)