diff --git a/docs/source/conf.py b/docs/source/conf.py index cb42285a..047d47bb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,6 +22,7 @@ extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "myst_parser", "nbsphinx"] nbsphinx_allow_errors = True +nbsphinx_execute = "never" napoleon_custom_sections = [("Returns", "params_style")] myst_heading_anchors = 3