From 25d9f1657e296198408735d1c74230d743058865 Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Wed, 9 Oct 2024 14:28:51 +0200 Subject: [PATCH] Remove option from extension that is not present anymore. This was used by sphinxcontrib_github_alt, that is not in the list of extensions. --- docs/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d57ac14..276ab04 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,8 +45,6 @@ except ModuleNotFoundError: pass -github_project_url = "https://github.com/jupyter/jupyter_core" - # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]