Skip to content

Commit d07d043

Browse files
committed
build: updates
1 parent 2863ead commit d07d043

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ def prepare_task_schema_action_info(app: BaseApp):
240240
"sphinx_click",
241241
"sphinx_togglebutton",
242242
"sphinx_design",
243+
"myst_nb",
243244
]
244245

245246
intersphinx_mapping = {
@@ -292,6 +293,8 @@ def prepare_task_schema_action_info(app: BaseApp):
292293
templates_path = ["_templates"]
293294
exclude_patterns = []
294295

296+
nb_execution_mode = "off"
297+
295298
text_newlines = "unix"
296299
html_static_path = ["_static"]
297300
html_css_files = ["css/custom.css"]

0 commit comments

Comments
 (0)