Skip to content

Commit 7841cb2

Browse files
committed
docs: drop tippy for all external URLs
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 0bacf41 commit 7841cb2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/conf.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,7 @@
9797
"setuptools": ("https://setuptools.pypa.io/en/latest", None),
9898
"hatchling": ("https://hatch.pypa.io/latest", None),
9999
}
100-
tippy_rtd_urls = [
101-
val[0]
102-
for key, val in intersphinx_mapping.items()
103-
# Only works with RTD hosted intersphinx
104-
if key not in ("hatchling", "python", "cmake")
105-
]
100+
tippy_rtd_urls = []
106101

107102
nitpick_ignore = [
108103
("py:class", "setuptools.dist.Distribution"),

0 commit comments

Comments
 (0)