Skip to content

Commit b26d4e5

Browse files
committed
jb command
1 parent f2c2b57 commit b26d4e5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

scripts/execute-convert.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ def run_command(command, verbose=1):
2222

2323
# build book
2424
command = [
25-
"python",
26-
"-m",
27-
"jupyter_book",
25+
"jb",
2826
"build",
2927
"--config",
3028
"_config.yml",
@@ -41,9 +39,7 @@ def run_command(command, verbose=1):
4139
else:
4240
# build single notebook
4341
command = [
44-
"python",
45-
"-m",
46-
"jupyter_book",
42+
"jb",
4743
"build",
4844
"--config",
4945
"_config.yml",

0 commit comments

Comments
 (0)