-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
44 lines (38 loc) · 1.23 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
#############################################################################
# JupyterBook settings
# See: https://jupyterbook.org/en/stable/customize/config.html
#
title : An Idiosyncratic Subset of Statistics # The title of the book. Will be placed in the left navbar.
author : Philip B. Stark # The author of the book
copyright : "2023" # Copyright year to be placed in the footer
logo : logo.png # A path to the book logo
execute:
execute_notebooks: 'off'
# Enable some myst extensions beyond the default.
parse:
myst_enable_extensions:
- amsmath
- dollarmath
- html_admonition
- html_image
- linkify
- colon_fence
- substitution
- tasklist
# Add links to GitHub repo
# For more info: https://jupyterbook.org/en/stable/basics/repository.html
repository:
url : https://github.com/pbstark/StatNotes
branch : main
html:
use_repository_button : true
use_issues_button : true
announcement : "" # A banner announcement at the top of the site.
# Uncomment this later if bibliographic references are desired
# See: https://jupyterbook.org/en/stable/tutorials/references.html
# bibtex_bibfiles:
# - references.bib
#
# sphinx:
# config:
# bibtex_reference_style: author_year