Skip to content

Commit 76a3271

Browse files
committed
remove config flag
1 parent fa53b33 commit 76a3271

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/execute-convert.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ def run_command(command, verbose=1):
2727
"jupyter_book",
2828
"build",
2929
".",
30-
"--config",
31-
"_config.yml",
3230
"--toc",
3331
"_toc.yml",
3432
]
@@ -46,8 +44,6 @@ def run_command(command, verbose=1):
4644
"jupyter_book",
4745
"build",
4846
f"{slug}.ipynb",
49-
"--config",
50-
"_config.yml",
5147
]
5248
run_command(command)
5349

0 commit comments

Comments
 (0)