Skip to content

Commit 709a578

Browse files
committed
Ignore JB2 landing page in JB1
1 parent 8d20220 commit 709a578

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
nb_merge_streams = True
3939
nb_execution_mode = "cache"
4040

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

4344

4445
# -- Options for HTML output -------------------------------------------------

0 commit comments

Comments
 (0)