Skip to content

Commit fe7647e

Browse files
try a new path_to_book
1 parent fdc822d commit fe7647e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

hsf-training-unix-shell/_config.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
# Book settings
88
title : HSF Unix Shell Tutorial # The title of the book. Will be placed in the left navbar.
99
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
1111
logo : logo.webp # A path to the book logo
1212

1313
# Force re-execution of notebooks on each build.
1414
# See https://jupyterbook.org/content/execute.html
1515
execute:
1616
execute_notebooks: force
17+
stderr_output: show
1718

1819
# Define the name of the latex output file for PDF builds
1920
latex:
@@ -27,11 +28,16 @@ bibtex_bibfiles:
2728
# Information about where the book exists on the web
2829
repository:
2930
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
3132
branch: main # Which branch of the repository should be used when creating links (optional)
3233

3334
# Add GitHub buttons to your book
3435
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
3536
html:
3637
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

0 commit comments

Comments
 (0)