Skip to content

Commit 4423acc

Browse files
committed
Totally ignore the JB2 landing page in JB1
1 parent 6288c99 commit 4423acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
nb_execution_mode = "cache"
4040

4141
# We do ignore the JB2 landing page when rendering with JB1
42-
nb_execution_excludepatterns = ['index_jb2.md']
42+
exclude_patterns = ['index_jb2.md']
4343

4444

4545
# -- Options for HTML output -------------------------------------------------

0 commit comments

Comments
 (0)