From 565ab3698950ca75030467d0e2d3678db8f159e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Wed, 14 Oct 2020 23:56:18 -0500 Subject: [PATCH] Add loopy to Intersphinx mapping --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index dea6499..89834ad 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -180,4 +180,5 @@ intersphinx_mapping = { "https://docs.python.org/3": None, "https://numpy.org/doc/stable": None, "https://documen.tician.de/pymbolic/": None, + "https://documen.tician.de/loopy/": None, } -- GitLab