-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (43 loc) · 2.41 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
#######################################################################################
# Book settings
title: RSE-UP
author: Software Engineering Group - University of Potsdam
email: ''
#logo : "favicon.png" # A path to the book logo
exclude_patterns : ["README.md"] # Patterns to skip when building the book. Can be glob-style (e.g. "*skip.ipynb")
#######################################################################################
# Execution settings
execute:
execute_notebooks : 'off' # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
timeout : 600 # The maximum time (in seconds) each notebook cell is allowed to run.
#######################################################################################
# HTML-specific settings
html:
#use_multitoc_numbering : True
#favicon : "favicon.png" # A path to a favicon image
navbar_number_sections : True # Add a number to each section in your left navbar
# google_analytics_id : "UA-148221575-1" # A GA id that can be used to track book views.
home_page_in_navbar : True # Whether to include your home page in the left Navigation Bar
baseurl : "https://software-engineering-group-up.github.io/RSE-UP/" # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/
use_repository_button : true
use_edit_page_button : false
use_issues_button : true
#######################################################################################
# Launch button settings
#launch_buttons:
# jupyterhub_url : https://datahub.berkeley.edu
#binderhub_url : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org)
#colab_url : "https://colab.research.google.com"
repository:
url : https://github.com/Software-Engineering-Group-UP/RSE-UP # The URL to your book's repository
branch : main # Which branch of the repository should be used when creating links
bibtex_bibfiles:
bibliography.bib
sphinx:
config:
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
bibtex_reference_style: author_year
#bibtex_bibfiles:
# bibliography.bib
extra_extensions:
githubpages