diff --git a/docs/source/conf.py b/docs/source/conf.py index 0d061e0..b976a6d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -38,9 +38,8 @@ def setup(app): "sphinx.ext.autodoc", ] -# Tutorials are documentation examples; interactive/rendering cells should be -# run by readers in their own environment, not during the docs build. -nbsphinx_execute = "never" +# Execute every tutorial notebook when building the documentation. +nbsphinx_execute = "always" templates_path = ["_templates"]