-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
50 lines (41 loc) · 1.1 KB
/
mkdocs.yaml
File metadata and controls
50 lines (41 loc) · 1.1 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
site_name: "Pandas Flavor"
site_url: https://pyjanitor-devs.github.io/pandas_flavor
docs_dir: docs/
# For more configuration on the theme, see https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/
theme:
name: material
icon:
logo: "fontawesome/solid/book"
features:
- instant
- tabs
language: en
# We customize the navigation by hand to control the order
# in which pages show up.
plugins:
- search
- mknotebooks:
execute: true
write_markdown: true
allow_errors: false
timeout: 1200
binder: true
binder_service_name: "gh"
binder_branch: "master"
binder_ui: "lab"
# Taken from here: https://squidfunk.github.io/mkdocs-material/extensions/codehilite/
markdown_extensions:
- codehilite
- admonition
- pymdownx.superfences
- markdown.extensions.attr_list
extra_css:
- apidocs.css
extra_javascript:
- config.js
repo_name: "pyjanitor-devs/pandas_flavor"
repo_url: "https://github.com/pyjanitor-devs/pandas_flavor"
extra:
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/pyjanitor-devs"