Skip to content

Commit e2f9b3b

Browse files
committed
exclude euclid from rendering until the data release becomes public
1 parent 09c94d7 commit e2f9b3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
# The way the notebooks use the multiprocessing module is known to not work on non-Linux
5858
nb_execution_excludepatterns += ['Parallelize_Convolution.md', 'neowise-source-table-lightcurves.md']
5959

60+
# Euclid data is not yet available publicly
61+
nb_execution_excludepatterns += ['*Euclid*']
62+
6063
# -- Options for HTML output -------------------------------------------------
6164

6265
# The theme to use for HTML and HTML Help pages. See the documentation for

0 commit comments

Comments
 (0)