-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
56 lines (52 loc) · 1.09 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: decorator-utils docs
site_author: stickm4n
copyright: 2024, stickm4n
repo_url: https://github.com/stickm4n/decorator-utils
theme:
name: material
language: en
features:
- content.code.copy
- content.tooltips
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.top
- search.suggest
- search.highlight
- search.share
- toc.integrate
palette:
scheme: slate
primary: black
accent: blue
icon:
repo: fontawesome/brands/github
font:
text: Roboto
code: Roboto Mono
plugins:
- search
- gen-files:
scripts:
- docs/generate_docs.py
- mkdocstrings:
handlers:
python:
options:
docstring_style: sphinx
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde