1 parent 0d88440 commit f23fe95Copy full SHA for f23fe95
1 file changed
docs/source/conf.py
@@ -38,9 +38,8 @@ def setup(app):
38
"sphinx.ext.autodoc",
39
]
40
41
-# Tutorials are documentation examples; interactive/rendering cells should be
42
-# run by readers in their own environment, not during the docs build.
43
-nbsphinx_execute = "never"
+# Execute every tutorial notebook when building the documentation.
+nbsphinx_execute = "always"
44
45
templates_path = ["_templates"]
46
0 commit comments