-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
70 lines (65 loc) · 1.59 KB
/
mkdocs.yml
File metadata and controls
70 lines (65 loc) · 1.59 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
site_name: Supermat Documentation
repo_url: https://github.com/rishikreddy1717/supermat
repo_name: supermat
edit_uri: edit/main/docs/
theme:
name: "material"
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-2
name: Switch to light mode
icon:
repo: simple/github
edit: material/pencil
view: material/eye
features:
- navigation.path
- navigation.top
- navigation.instant
plugins:
- search
- macros
- table-reader
- autorefs
- mkdocstrings
- literate-nav:
nav_file: SUMMARY.md
tab_length: 2
- git-authors:
strict: false
fallback_to_empty: true
exclude:
- reference/
- git-revision-date-localized:
enable_creation_date: true
type: date
fallback_to_build_date: true
- gen-files:
scripts:
- docs/auto_generate_refs.py
- section-index
markdown_extensions:
- admonition
- pymdownx.snippets
- pymdownx.details
- tables
- mdx_math
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
use_pygments: true
pygments_lang_class: true
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
extra_css:
- css/code_select.css