From a82ea827b52c753700d792192b6812fe3697e23c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 17:54:09 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"