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

@ -94,7 +94,8 @@ texinfo_documents = [
# -- Sphinx.Ext.InterSphinx -----------------------------------------------
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 --------------------------------------------------