Skip to content

Commit f23fe95

Browse files
authored
Fix tutorials (#63)
* Added missing tutorial * Added missing tutorials * execute tutorials * execute docs
1 parent 0d88440 commit f23fe95

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ def setup(app):
3838
"sphinx.ext.autodoc",
3939
]
4040

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"
41+
# Execute every tutorial notebook when building the documentation.
42+
nbsphinx_execute = "always"
4443

4544
templates_path = ["_templates"]
4645

0 commit comments

Comments
 (0)