From bd2ada9339215992913b0f9fa145d2e33a570adb Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Tue, 1 Feb 2022 05:30:04 -0500 Subject: [PATCH] Add mkdocs-jupyter --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 9a36ca7..336bae6 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -523,6 +523,9 @@ "mkdocs-autorefs": [ "poetry" ], + "mkdocs-jupyter": [ + "poetry-core" + ], "mkdocstrings": [ "pdm-pep517" ],