Skip to content

Commit a886030

Browse files
ricardoV94OriolAbril
authored andcommitted
Override notebook kernel when building the docs
Co-authored-by: Oriol Abril-Pla <[email protected]>
1 parent 562be37 commit a886030

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@
144144
"about/featured_testimonials.md",
145145
]
146146

147-
# myst and panels config
148-
jupyter_execute_notebooks = "force"
147+
# myst config
148+
nb_execution_mode = "force"
149+
nb_kernel_rgx_aliases = {".*": "python3"}
149150
myst_enable_extensions = ["colon_fence", "deflist", "dollarmath", "amsmath", "substitution"]
150151
myst_substitutions = {
151152
"version_slug": rtd_version,
152153
}
153-
panels_add_bootstrap_css = False
154154
myst_heading_anchors = None
155155

156156
rediraffe_redirects = {

0 commit comments

Comments
 (0)