Skip to content

Commit f2c2b57

Browse files
committed
call order
1 parent 76a3271 commit f2c2b57

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/execute-convert.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ def run_command(command, verbose=1):
2626
"-m",
2727
"jupyter_book",
2828
"build",
29-
".",
29+
"--config",
30+
"_config.yml",
3031
"--toc",
3132
"_toc.yml",
33+
".",
3234
]
3335
run_command(command)
3436

@@ -43,6 +45,8 @@ def run_command(command, verbose=1):
4345
"-m",
4446
"jupyter_book",
4547
"build",
48+
"--config",
49+
"_config.yml",
4650
f"{slug}.ipynb",
4751
]
4852
run_command(command)

0 commit comments

Comments
 (0)