File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 7
7
# Book settings
8
8
title : HSF Unix Shell Tutorial # The title of the book. Will be placed in the left navbar.
9
9
author : HSF # The author of the book
10
- copyright : " 2025 " # Copyright year to be placed in the footer
10
+ copyright : " CC-BY 4.0 " # Copyright note to be placed in the footer
11
11
logo : logo.webp # A path to the book logo
12
12
13
13
# Force re-execution of notebooks on each build.
14
14
# See https://jupyterbook.org/content/execute.html
15
15
execute :
16
16
execute_notebooks : force
17
+ stderr_output : show
17
18
18
19
# Define the name of the latex output file for PDF builds
19
20
latex :
@@ -27,11 +28,16 @@ bibtex_bibfiles:
27
28
# Information about where the book exists on the web
28
29
repository :
29
30
url : https://github.com/hsf-training/hsf-training-unix-shell # Online location of your book
30
- path_to_book : docs # Optional path to your book, relative to the repository root
31
+ path_to_book : hsf-training-unix-shell/filesystem/Users/nelle # Optional path to your book, relative to the repository root
31
32
branch : main # Which branch of the repository should be used when creating links (optional)
32
33
33
34
# Add GitHub buttons to your book
34
35
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
35
36
html :
36
37
use_issues_button : true
37
- use_repository_button : true
38
+ use_repository_button : true
39
+
40
+ sphinx :
41
+ config :
42
+ nb_merge_streams : true
43
+ nb_execution_show_tb : True
You can’t perform that action at this time.
0 commit comments