-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
51 lines (44 loc) · 2.39 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
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html
title: Impact Scholars Program
author: Neuromatch
logo: impact-scholars/images/Sciencematch.png
only_build_toc_files: true
sphinx:
config:
language: en
myst_heading_anchors: 2
html_theme_options:
logo:
text: Impact Scholars Program
html_sidebars:
'**': [navbar-logo.html, search-field.html, sbt-sidebar-nav.html]
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: force
# Define the name of the latex output file for PDF builds
latex:
latex_documents:
targetname: impactscholars.tex
# Information about where the book exists on the web
repository:
url: https://github.com/neuromatch/impact-scholars # Online location of your book
branch: master # 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 : impact-scholars/images/NMA_logo.png # A path to a favicon image
use_edit_page_button : false # Whether to add an "edit this page" button to pages. If `true`, repository information in repository: must be filled in
use_repository_button : true # Whether to add a link to your repository button
use_issues_button : false # 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.
google_analytics_id : "" # A GA id that can be used to track book views.
home_page_in_navbar : true
extra_footer : |
<div>
<a href="http://creativecommons.org/licenses/by/4.0/"><img src="https://i.creativecommons.org/l/by/4.0/88x31.png"></a>
<a href="https://opensource.org/licenses/BSD-3-Clause"><img src="https://camo.githubusercontent.com/9b9ea65d95c9ef878afa1987df65731d47681336/68747470733a2f2f696d672e736869656c64732e696f2f707970692f6c2f736561626f726e2e737667"></a>
The contents of this repository are shared under the <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
Software elements are additionally licensed under the <a href="https://opensource.org/licenses/BSD-3-Clause">BSD (3-Clause) License</a>.
</div>