-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
70 lines (63 loc) · 1.56 KB
/
mkdocs.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
site_name: Causal Validation
repo_url: https://github.com/amazon-science/causal-validation
site_url: https://amazon-science.github.io/causal-validation/
repo_name: causal-validation
nav:
- Home: index.md
- Installation: installation.md
- Examples:
- Data Synthesis: examples/basic.ipynb
- Placebo Testing: examples/placebo_test.ipynb
- AZCausal Integration: examples/azcausal.ipynb
theme:
name: material
language: en
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- search.suggest
- content.code.copy
palette:
scheme: reds
markdown_extensions:
- abbr
- admonition
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
use_pygments: true
pygments_lang_class: true
pygments_style: vs
noclasses: true
plugins:
- search
- mkdocstrings
- git-revision-date-localized:
timezone: Europe/Amsterdam
locale: en
exclude:
- index.md
- installation.md
fallback_to_build_date: false
enable_creation_date: true
- mknotebooks:
execute: true
allow_errors: false
binder: true
binder_service_name: "gh"
binder_branch: "master"
binder_ui: "lab"
enable_default_jupyter_cell_styling: false
enable_default_pandas_dataframe_styling: false
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
watch:
- src