Skip to content

Commit

Permalink
doc: drop intersphinx mapping
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
marmarek committed Oct 27, 2024
1 parent e0c418e commit f1d794c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}

0 comments on commit f1d794c

Please sign in to comment.