-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
56 lines (50 loc) · 1.3 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
site_name: lesslines
site_description: explore python with less lines of code
site_author: Sparisoma Viridi
docs_dir: docs
site_dir: site
theme:
name: material
features:
- navigation.tabs
- search.highlight
- content.tabs
palette:
scheme: light
primary: indigo
accent: pink
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/dudung
name: GitHub
- icon: fontawesome/brands/medium
link: https://medium.com/@6unpnp
name: Medium
- icon: fontawesome/brands/x-twitter
link: https://x.com/6unpnp
name: X (formerly Twitter)
nav:
- Home: index.md
- Getting Started:
- Installation: installation.md
- Usage: usage.md
- Notes: notes.md
plugins:
- search
- mkdocstrings:
handlers:
python:
# selection:
# docstring_style: google
options:
show_source: true
markdown_extensions:
- pymdownx.arithmatex:
generic: true # Enables KaTeX-style math rendering
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.8/katex.min.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.8/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.8/contrib/auto-render.min.js
- js/katex_init.js # Your local script