Skip to content

Commit 1fb5874

Browse files
committed
remove auto-create toc
1 parent 1684174 commit 1fb5874

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/execute-convert.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
book = True
1010

1111
if book is True:
12-
# create book's table of contents
13-
command = "jb toc from-project . -f jb-book -i index -e .md -e .ipynb > _toc.yml"
14-
os.system(command)
1512
# build book
1613
command = "jb build . --config _config.yml --toc _toc.yml"
1714
os.system(command)

0 commit comments

Comments
 (0)