Skip to content

Commit

Permalink
Disable implicit intersphinx linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
gthess committed Oct 21, 2022
1 parent a8a5803 commit 5d345c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
intersphinx_mapping = {
'nsd': ('https://nsd.docs.nlnetlabs.nl/en/latest/', None)
}
# Don't allow implicit cross references (probably vague links that *could* be
# resolved by the external projects above.
# Interlinking then needs to be explicitly used with:
# :external+<name>:...
intersphinx_disabled_reftypes = ['*']

autosectionlabel_prefix_document = True

Expand Down

0 comments on commit 5d345c3

Please sign in to comment.