-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (37 loc) · 890 Bytes
/
mkdocs.yml
File metadata and controls
42 lines (37 loc) · 890 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
site_name: l2sl
repo_url: https://github.com/Quansight/ls2l
copyright: Copyright © 2025 Philip Meier
extra:
social:
- icon: fontawesome/brands/python
link: https://pypi.org/project/l2sl
theme:
name: material
features:
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.footer
- content.code.copy
- search
- search.suggest
- search.highlight
markdown_extensions:
- admonition
- mdx_truly_sane_lists
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: false
show_root_heading: true
show_bases: false
unwrap_annotated: true
inventories:
- https://docs.python.org/3/objects.inv
- https://www.structlog.org/en/stable/objects.inv
watch:
- src/l2sl