Skip to content

Commit

Permalink
Fix missing notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedtert authored and Ozaq committed Oct 21, 2023
1 parent 370b0be commit 98c5f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def setup(sphinx):


# -- Automatic execution of jupyter notebooks --------------------------------
nb_execution_excludepatterns = ["**/*.ipynb"]
nb_execution_excludepatterns = []
nb_execution_timeout = 900
myst_enable_extensions = [
"amsmath",
Expand Down

0 comments on commit 98c5f89

Please sign in to comment.