Skip to content

Commit f1d794c

Browse files
committed
doc: drop intersphinx mapping
In practice it's used only for the python base types (int, str, bool, etc), which isn't particularly helpful. On the other hand, it causes complains during package build during manpage generation, as it's done offline, and may also cause reproducibility issues.
1 parent e0c418e commit f1d794c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

doc/conf.py

-7
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,3 @@
406406
# If true, do not generate a @detailmenu in the "Top" node's menu.
407407
#
408408
# texinfo_no_detailmenu = False
409-
410-
411-
# Example configuration for intersphinx: refer to the Python standard library.
412-
intersphinx_mapping = {
413-
'python': ('https://docs.python.org/', None),
414-
'qubes': ('https://dev.qubes-os.org/projects/qubes-core-admin/en/latest', None),
415-
}

0 commit comments

Comments
 (0)