-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
84 lines (74 loc) · 2.3 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Book settings
title : "Data Science in Practice"
author: Matthew Brett and Peter Rush
logo: images/dsfe_logo.png
email: matthew.brett@gmail.com
# >- starts a multiline string, where newlines replaced by spaces, and final
# newlines are stripped.
description: >-
Textbook for London Interdisciplinary School Data Science in Practice module.
execute:
# 'cache' attempts to cache the results.
# 'auto' appears to be safer.
execute_notebooks: cache
timeout: 180
exclude_patterns:
- README.md
- todo.md
- _scripts/*
- _notes/*
- bib/*
- images/LICENSE.md
- data/README.md
- .pytest_cache/*
html:
favicon: images/dsfe_favicon.ico
home_page_in_navbar: false
use_edit_page_button: true
use_repository_button: true
use_issues_button: true
baseurl: https://lisds.github.io/dsip
repository:
url: https://github.com/lisds/dsip
branch: main
launch_buttons:
# The interface interactive links will activate ["classic", "jupyterlab"]
notebook_interface: "jupyterlab"
# The URL of the JupyterHub (e.g., https://datahub.berkeley.edu)
jupyterhub_url: "https://ds.lis.2i2c.cloud"
# The URL of the BinderHub (e.g., https://mybinder.org)
binderhub_url: "https://mybinder.org"
# The URL of Google Colab (e.g., https://colab.research.google.com)
# colab_url: "https://colab.research.google.com"
thebe: true
sphinx:
recursive_update: true
config:
# https://github.com/executablebooks/jupyter-book/issues/1950
# Plotly mime type gives warning -> error.
suppress_warnings: ["mystnb.unknown_mime_type"]
html_theme_options:
navigation_with_keys: false
nb_custom_formats:
.Rmd:
- jupytext.reads
- fmt: Rmd
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_extensions:
# Needed as of 5 Dec 2022 - release of IPython 8.7.0
# https://github.com/ipython/ipython/issues/13845
# Fix from:
# https://github.com/spatialaudio/nbsphinx/issues/24#issuecomment-267687633
# Alternative is to pin install to !=8.7.0
- IPython.sphinxext.ipython_console_highlighting
latex:
latex_documents:
targetname: dsip_textbook.tex
bibtex_bibfiles:
- bib/course_refs.bib
# HTML redirection
# Pages linked, but then renamed.
redirection:
builddir : _build/html
redirects:
# data-types/Ranges: ../arrays/Ranges