generated from PACEHackWeek/sample_project_repository
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
65 lines (58 loc) · 1.7 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
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html
title: PACEToolkit
author: PACEToolkit HackWeek 2024 team
logo: logo.png
only_build_toc_files: false
parse:
myst_substitutions:
github_org_url: "https://github.com/PACEHackWeek"
book_repo: "proj_2024_PACEToolkit"
website_url: "https://PACEHackWeek.github.io/proj_2024_PACEToolkit"
myst_enable_extensions:
# Defaults
- dollarmath
- linkify
- substitution
- colon_fence
# Extras
- html_image
# See https://jupyterbook.org/content/execute.html
execute:
# NOTE: 'cache' to use jupyter-cache, or 'force' to run all
execute_notebooks: off
exclude_patterns:
- "**/*.ipynb"
- "**/**/*.ipynb"
- "**/*.py"
allow_errors: true
# Per-cell notebook execution limit (seconds)
timeout: 300
# Define the name of the latex output file for PDF builds
latex:
latex_documents:
targetname: book.tex
# Information about where the book exists on the web
repository:
url: "https://github.com/PACEHackWeek/proj_2024_PACEToolkit"
branch: main
# Bibliography
bibtex_bibfiles:
- references.bib
sphinx:
config:
bibtex_reference_style: author_year # or label, super, \supercite
nb_merge_streams: true # stdout lines combined in output
nb_custom_formats:
.ipynb:
- nbformat.reads
- as_version: 4
- false # setting to `true` breaks math for some reason, `false` uses MyST instead of Commmonmark
# Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html:
use_edit_page_button: true
use_issues_button: true
use_repository_button: true
favicon: "logo.png"
# google_analytics_id: G-XXXXXXXXX