-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
31 lines (27 loc) · 887 Bytes
/
_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
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html
title: Learning Parameterizations with Ross-22
author: The M<sup>2</sup>LInES Community
logo: newlogo.png
# Turn off notebook execution on each build
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: 'off'
# Add a bibtex file so that we can create citations
bibtex_bibfiles:
- references.bib
# Set to author_year format
sphinx:
html4_writer:
{
"citation_show_urls": False,
"citation_references": "full",
"external_links": False,
}
config:
bibtex_reference_style: author_year
nb_merge_streams: true
# Information about where the book exists on the web
repository:
url: https://github.com/m2lines/ross22_demo # Online location of your book
branch: main # Which branch of the repository should be used when creating links (optional)