We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ace523 commit 7d42d8cCopy full SHA for 7d42d8c
1 file changed
conf.py
@@ -184,12 +184,12 @@ def tagged_commit():
184
nb_execution_timeout = 150
185
nb_execution_mode = "auto"
186
187
-if not sys.platform.startswith("win"):
+if not tags.has("build-notebooks"):
188
nb_execution_excludepatterns = [
189
# Exclude the parameter opt from automatic execution.
190
# It will not run on non-Windows machines since it needs the AnyBody
191
# conda package
192
- 'Parameter_studies_and_optimization/lesson3/lesson3.ipynb'
+ '**/*.ipynb',
193
]
194
195
0 commit comments