File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed
Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 1- # these comments are borrowed from https://github.com/alan-turing-institute/the-turing-way/blob/master/book/website/_toc.yml
2- # Each entry has the following schema:
3- #
4- # - title: mytitle # Title of chapter or subchapter
5- # file: myfile # filename relative to the folder.
6- # sections: # Contains a list of more entries that make up the chapter's subchapters
7- #
8- # Below are some special values that trigger specific behavior:
9- # - header: My Header # Will insert a header with no link in the sidebar
1+ # updating for latest jupyter book version
102
3+ format : jb-book
114# ===== Main Landing Page ========================================
12- - file : welcome
5+ root : welcome
136
147# ===== Getting started ==========================================
8+ chapters :
159- file : example_section/start
1610 sections :
1711 - file : example_section/example
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ name: arcdocs-jb
22channels :
33 - defaults
44dependencies :
5- - python=3.7.6
5+ - python=3.8.12
66 - jinja2=3.0.3
77 - pip=20
88 - pip :
9- - jupyter-book==0.9.1
9+ - jupyter-book==0.13.0
10+
You can’t perform that action at this time.
0 commit comments