-
Notifications
You must be signed in to change notification settings - Fork 284
/
_config.yml
executable file
·40 lines (35 loc) · 2.11 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
#######################################################################################
# Book settings
title: Computational and Inferential Thinking
author: Ani Adhikari and John DeNero and David Wagner
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:
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 : false # Whether to include your home page in the left Navigation Bar
baseurl : "https://inferentialthinking.org" # 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 : false
#######################################################################################
# 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)
notebook_interface : jupyterlab
repository:
url : https://github.com/data-8/textbook # The URL to your book's repository
branch : main # Which branch of the repository should be used when creating links
sphinx:
config:
html_extra_path: ['assets']