-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·51 lines (47 loc) · 1.54 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
title: Open Problem Bank - Physics
author: ""
logo: images/svalbard.jpg
copyright: ""
exclude_patterns: ["LICENSE", "README.md","LICENSE_TEXT"]
only_build_toc_files: true
latex:
latex_documents:
targetname: book.tex
html:
home_page_in_navbar : true
use_repository_button: true
use_issues_button: true
use_edit_page_button: true
navbar_number_sections : false
baseurl : "https://firas.moosvi.com/oer/physics_bank/" # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/
# google_analytics_id: UA-11111111 # add your Google Analytics Tracking Code
comments:
hypothesis: false
utterances:
repo: "open-resources/physics_bank"
extra_footer : |
<div>
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png"></a>
All content on this site (unless otherwise specified) is licensed under the <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0 license</a>
</div>
launch_buttons:
notebook_interface : "jupyterlab"
binderhub_url : "https://mybinder.org"
thebe : true
repository:
url : https://github.com/open-resources/physics_bank
path_to_book : ""
branch : main
sphinx:
config:
html_show_copyright: false
#html_extra_path: ['files']
myst_enable_extensions:
- amsmath
- colon_fence
- deflist
- dollarmath
- html_image
- linkify
- substitution