-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
117 lines (97 loc) · 3.97 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html
title : Notebook Template
author : Negin Sobhani, SEA Software Engineering Assembly Committee
copyright : "2024" # Copyright year to be placed in the footer
logo : assets/iss2025.png # Path to a logo image
email : "[email protected]"
# Patterns to skip when building the book. Can be glob-style (e.g. "*skip.ipynb")
exclude_patterns : [_build, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"]
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks : 'off'
timeout : 600
exclude_patterns: # A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time)
- '*dont-execute*'
allow_errors: true
stderr_output : remove-warn
# Add a few extensions to help with parsing content
parse:
myst_enable_extensions: # default extensions to enable in the myst parser. See https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
- amsmath
- colon_fence
- deflist
- dollarmath
- html_admonition
- html_image
- replacements
- smartquotes
- substitution
# Define the name of the latex output file for PDF builds
latex:
latex_engine : pdflatex # one of 'pdflatex', 'xelatex' (recommended for unicode), 'luatex', 'platex', 'uplatex'
use_jupyterbook_latex : true # use jupyterbook-latex for pdf builds as default
latex_documents:
targetname: sea_paper_2024.tex
# Information about where the book exists on the web
repository:
url: https://github.com/UCAR-SEA/SEA-ISS-Template # Online location of your book
#path_to_book: # Optional path to your book, relative to the repository root
branch: main # Which branch of the repository should be used when creating links (optional)
# Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html:
favicon : "assets/2024_SEA_Logo2.png" # A path to a favicon image
use_repository_button : true
use_edit_page_button : true
use_issues_button : true
home_page_in_navbar : true
use_multitoc_numbering : true # Continuous numbering across parts/chapters
comments:
hypothesis : false
utterances : false
announcement : "test test test!" # A banner announcement at the top of the site.
sphinx:
config:
html_last_updated_fmt : '%-d %B %Y'
html_theme : sphinx_pythia_theme
html_permalinks_icon: '<i class="fas fa-link"></i>'
bibtex_reference_style: author_year
bibtex_bibfiles: references.bib
html_theme_options:
home_page_in_toc: true
repository_url: https://github.com/UCAR-SEA/SEA-ISS-Template # Online location of your book
repository_branch: main
navbar_align: right
use_issues_button: true
use_repository_button: true
use_edit_page_button: true
use_download_button: true
use_fullscreen_button: true
use_binder_button: true
github_url: https://github.com/UCAR-SEA
launch_buttons:
binderhub_url: https://mybinder.org
notebook_interface: jupyterlab
extra_navbar: |
<div>Powered by <a href="https://jupyterbook.org">Jupyter Book</a></div>Theme adapted from <a href="https://projectpythia.org/">Project Pythia</a>
navbar_links:
- name: SEA Home
url: https://sea.ucar.edu
- name: SEA Conference
url: https://sea.ucar.edu/iss/
- name: 'How to Use this Template'
url: https://ucar-sea.github.io/SEA-ISS-Template/submission-guidelines.html
- name: Contact Us
url: https://sea.ucar.edu/community/#get-involved
html_sidebars:
banner: []
standalone: []
extra_extensions:
- ablog
- sphinx_click.ext
- sphinx.ext.autodoc
- sphinx.ext.intersphinx
- sphinxcontrib.bibtex
- sphinxcontrib.youtube