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 8d20220 commit 709a578Copy full SHA for 709a578
conf.py
@@ -38,7 +38,8 @@
38
nb_merge_streams = True
39
nb_execution_mode = "cache"
40
41
-nb_execution_excludepatterns = []
+# We do ignore the JB2 landing page when rendering with JB1
42
+nb_execution_excludepatterns = ['index_jb2.md']
43
44
45
# -- Options for HTML output -------------------------------------------------
0 commit comments