From 02ba4dfe83c09472dc09b427b1d490619c0bb6a0 Mon Sep 17 00:00:00 2001 From: umarcor Date: Wed, 12 Jan 2022 01:58:16 +0100 Subject: [PATCH] doc/conf: add intersphinx mapping 'constraints' --- doc/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index a7612bd..5cc87d1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 --------------------------------------------------