doc/conf: add intersphinx mapping 'constraints'

This commit is contained in:
umarcor 2022-01-12 01:58:16 +01:00
parent 8f4dd8850e
commit 02ba4dfe83
1 changed files with 2 additions and 1 deletions

View File

@ -95,6 +95,7 @@ texinfo_documents = [
intersphinx_mapping = { intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None), "python": ("https://docs.python.org/3/", None),
"constraints": ("https://hdl.github.io/constraints", None)
} }
# -- Sphinx.Ext.ExtLinks -------------------------------------------------- # -- Sphinx.Ext.ExtLinks --------------------------------------------------