We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6357dc7 commit 90ee667Copy full SHA for 90ee667
conf.py
@@ -57,6 +57,9 @@
57
# The way the notebooks use the multiprocessing module is known to not work on non-Linux
58
nb_execution_excludepatterns += ['Parallelize_Convolution.md', 'neowise-source-table-lightcurves.md']
59
60
+# Euclid data is not yet available publicly
61
+nb_execution_excludepatterns += ['*Euclid*', '*euclid*']
62
+
63
# -- Options for HTML output -------------------------------------------------
64
65
# The theme to use for HTML and HTML Help pages. See the documentation for
0 commit comments