-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
56 lines (54 loc) · 1.72 KB
/
_config.yml
File metadata and controls
56 lines (54 loc) · 1.72 KB
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
# in _config.yml
title: "Linear Algebra for Data Science with Python"
author: John M. Shea
copyright: "2021-2024"
exclude_patterns : [ .DS_Store, "**.virtual_documents"]
only_build_toc_files: true
logo: intro/normal-people.png
execute:
execute_notebooks: "off"
parse:
myst_enable_extensions:
- amsmath
- html_image
- colon_fence
- deflist
- dollarmath
- html_admonition
- linkify
- smartquotes
sphinx:
extra_extensions:
- sphinx_sitemap
- sphinxext.opengraph
- sphinx.ext.imgconverter
config:
project: "Linear Algebra for Data Science with Python"
html_baseurl: "https://www.la4ds.net/"
#mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
#mathjax_path: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML
ogp_site_url: "https://www.la4ds.net/"
#ogp_image: "https://jmshea.github.io/Foundations-of-Data-Science-with-Python/_images/normal-people.png"
ogp_description_length: 200
#mathjax3_config: { loader: {load: ['[tex]/action']}, tex: {packages: {'[+]': ['action']}}}
image_converter_args: ["-density", "192"]
mathjax3_config:
loader:
load: ['[tex]/boldsymbol']
tex:
macros:
"P" : "\\operatorname{P}"
packages:
'[+]': ['boldsymbol']
html_theme_options:
repository_url: https://github.com/jmshea/Linear-Algebra-for-Data-Science-with-Python
use_issues_button: true
use_download_button: false
use_repository_button: true
use_edit_page_button: false
home_page_in_toc: true
analytics:
google_analytics_id: G-C4ELG791RH
#html:
#base_url: https://la4ds.net/
#google_analytics_id: G-C4ELG791RH