-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_config.yml
50 lines (42 loc) · 2.34 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Book settings
title : Argo Online School
author : Euro Argo
copyright : 2020-2024
logo : ./images/logoAoS.png
exclude_patterns : [Prueba*.ipynb, Info.ipynb, README.md]
description : >-
An introduction to the use of Argo data.
only_build_toc_files : true
execute:
execute_notebooks: 'off'
# Information about where the book exists on the web
repository :
url : "https://github.com/euroargodev/argoonlineschool"
path_to_book : "" # A path to your book's folder, relative to the repository root.
branch : master # Which branch of the repository should be used when creating links
# Launch button settings
launch_buttons:
notebook_interface: jupyterlab # The interface interactive links will activate ["classic", "jupyterlab"]
binderhub_url: "" # The URL of the BinderHub (e.g., https://mybinder.org)
number_toc_chapters : true
collapse_inactive_chapters : true # Whether to collapse the inactive chapters in the sidebar
# HTML-specific settings
html:
favicon : "" # A path to a favicon image
use_edit_page_button : false # Whether to add an "edit this page" button to pages.
use_repository_button : true # Whether to add a link to your repository button
use_issues_button : true # Whether to add an "open an issue" button
extra_navbar : Powered by <a href="https://jupyterbook.org">Jupyter Book</a> # Will be displayed underneath the left navbar.
extra_footer : "" # Will be displayed underneath the footer.
google_analytics_id : "" # A GA id that can be used to track book views.
home_page_in_navbar : true # Whether to include your home page in the left Navigation Bar
baseurl : "https://euroargodev.github.io/argoonlineschool" # The base URL where your book will be hosted.
#######################################################################################
# LaTeX-specific settings
latex:
latex_engine : pdflatex # one of 'pdflatex', 'xelatex' (recommended for unicode), 'luatex', 'platex', 'uplatex'
use_jupyterbook_latex : true # use sphinx-jupyterbook-latex for pdf builds as default
#sphinx:
config:
html_theme_options:
show_navbar_depth: 2