Skip to content

Commit 4902952

Browse files
committed
Fix link to MyST notebook execution modes
This fixes the link to the MyST execution modes in comments of conf.py file.
1 parent 520d64f commit 4902952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
]
4949

5050
# Settings for myst_nb:
51-
# https://myst-nb.readthedocs.io/en/latest/use/execute.html#triggering-notebook-execution
51+
# https://myst-nb.readthedocs.io/en/latest/computation/execute.html#notebook-execution-modes
5252
#nb_execution_mode = "off"
5353
#nb_execution_mode = "auto" # *only* execute if at least one output is missing.
5454
#nb_execution_mode = "force"

0 commit comments

Comments
 (0)