doc/conf: add intersphinx mapping 'constraints'
This commit is contained in:
parent
8f4dd8850e
commit
02ba4dfe83
|
|
@ -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 --------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue