From c6d86d059fb6006641b350184a25fc2c182d572d Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 10 Aug 2023 15:14:37 +0200 Subject: [PATCH] docs: ensure intersphinx extension is enabled --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index dcb64fa..f3e2e15 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,6 +20,7 @@ author = "Project Jupyter Contributors" # extensions = [ "sphinx_copybutton", + "sphinx.ext.intersphinx", "sphinxext.opengraph", "sphinxext.rediraffe", "myst_parser",