-
-
Notifications
You must be signed in to change notification settings - Fork 236
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (40 loc) · 886 Bytes
/
mkdocs.yml
File metadata and controls
44 lines (40 loc) · 886 Bytes
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
site_name: setuptools scm
nav:
- index.md
- usage.md
- customizing.md
- config.md
- integrations.md
- extending.md
- overrides.md
- integrators.md
- changelog.md
theme:
name: material
watch:
- setuptools-scm/src/setuptools_scm
- vcs-versioning/src/vcs_versioning
- docs
markdown_extensions:
- def_list
- admonition
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
plugins:
- search
- include-markdown
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [ setuptools-scm/src, vcs-versioning/src ]
inventories:
- https://docs.python.org/3/objects.inv
options:
separate_signature: true
show_signature_annotations: true
allow_inspection: true
show_root_heading: true
extensions:
- griffe_public_wildcard_imports