Skip to content

Commit 6042899

Browse files
committed
docs: try the rtd URL directly
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 860f417 commit 6042899

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,8 @@
9898
"hatchling": ("https://hatch.pypa.io/latest", None),
9999
}
100100
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")
101+
"https://packaging.readthedocs.io/en/stable",
102+
"https://setuptools.readthedocs.io/en/latest",
105103
]
106104

107105
nitpick_ignore = [

0 commit comments

Comments
 (0)