diff --git a/docs/conf.py b/docs/conf.py index 1d8be00..97357e3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ ] myst_url_schemes = ("http", "https", "mailto") nb_output_stderr = "remove" -nb_execution_mode = "auto" # execute notebooks that are missing at least one output cell +nb_execution_mode = "auto" # execute notebooks that are missing at least one output cell nb_merge_streams = True typehints_defaults = "braces"