From f1d794c55147c41bb63f35b087a1d625a8e97845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 27 Oct 2024 04:25:22 +0100 Subject: [PATCH] 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. --- doc/conf.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index c81e80593..5bdaae1dc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -406,10 +406,3 @@ # If true, do not generate a @detailmenu in the "Top" node's menu. # # texinfo_no_detailmenu = False - - -# Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = { - 'python': ('https://docs.python.org/', None), - 'qubes': ('https://dev.qubes-os.org/projects/qubes-core-admin/en/latest', None), -}