Skip to content

Commit 039dcf1

Browse files
authored
Merge pull request #3 from ARCTraining/fix-2-update-template
Fix 2 update template
2 parents 645e2d6 + 77565bb commit 039dcf1

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

book/_toc.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
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

environment.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: arcdocs-jb
22
channels:
33
- defaults
44
dependencies:
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+

0 commit comments

Comments
 (0)