From 71ecc39b3632eb46d3e0bc709f92eec9c0964b66 Mon Sep 17 00:00:00 2001 From: Robin De Schepper Date: Fri, 8 Apr 2022 12:17:28 +0200 Subject: [PATCH] Better key for the `lfpykit` intersphinx mapping --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 79f75ff34e..3351d84f38 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -30,7 +30,7 @@ def setup(app): html_favicon = 'images/arbor-lines-proto-colour-notext.svg' intersphinx_mapping = { - 'sphinx': ('https://lfpykit.readthedocs.io/en/latest/', None), + 'lfpykit': ('https://lfpykit.readthedocs.io/en/latest/', None), } project = 'Arbor'