From a18da7bf01977832435a62ae5e31332739c743fa Mon Sep 17 00:00:00 2001 From: Mr-Neutr0n <64578610+Mr-Neutr0n@users.noreply.github.com> Date: Sat, 1 Aug 2026 07:25:36 +0000 Subject: [PATCH] docs: set nbsphinx_widgets_path for interactive Jupyter widgets Signed-off-by: Mr-Neutr0n <64578610+Mr-Neutr0n@users.noreply.github.com> --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5eb048e..227ee0b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,6 +46,7 @@ ] nbsphinx_allow_errors = True # Remove once growbikenet is v1 +nbsphinx_widgets_path = "_static/widgets" templates_path = ["_templates"] exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]