diff --git a/docs/conf.py b/docs/conf.py index 97357e3..bbf2121 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,6 +82,7 @@ nb_output_stderr = "remove" nb_execution_mode = "auto" # execute notebooks that are missing at least one output cell nb_merge_streams = True +nb_kernel_rgx_aliases = {"*": "python3"} # ignore kernel names in notebooks typehints_defaults = "braces" source_suffix = {