-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
59 lines (54 loc) · 1.23 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
site_name: includex
site_url: http://jannismain.github.io/mkdocs-macros-includex
edit_uri: -/edit/main/doc/
site_dir: build/docs
site_author: Jannis Mainczyk
copyright: © Jannis Mainczyk
repo_url: https://github.com/jannismain/mkdocs-macros-includex
repo_name: mkdocs-macros-includex
theme:
name: material
features:
- content.code.copy
- navigation.instant
- navigation.tracking
- toc.follow
- toc.integrate
- navigation.top
nav:
- index.md
- changelog.md
- reference.md
plugins:
- search
- macros: # see https://mkdocs-macros-plugin.readthedocs.io/
include_dir: .
module_name: docs/macros
modules: [includex]
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- autorefs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
- toc:
permalink: "#"
permalink_title: "Link to this section"
toc_depth: 3
- footnotes
- pymdownx.tabbed:
alternate_style: true
extra_css:
- custom.css