-
Notifications
You must be signed in to change notification settings - Fork 115
/
Copy pathmkdocs.yml
113 lines (109 loc) · 3.03 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#copyright: Copyright © 2020-2025
dev_addr: 127.0.0.1:8001
docs_dir: docs/src
edit_uri: "blob/develop/docs/src/"
repo_url: https://github.com/saxix/django-adminactions
site_dir: ./~build/docs
site_name: django-adminactions
site_url: https://github.com/saxix/django-adminactions
strict: false
exclude_docs: |
_docs/*
_hooks/*
_includes/*
_scripts/*
~*
markdown_extensions:
# - abbr
- admonition
- attr_list
- md_in_html
# - pymdownx.blocks.caption
# - pymdownx.details
# - pymdownx.snippets
- pymdownx.superfences
# - tables
# - pymdownx.tasklist:
# custom_checkbox: true
# clickable_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# - pymdownx.highlight:
# anchor_linenums: true
# line_spans: __span
# pygments_lang_class: true
# - pymdownx.inlinehilite
# - pymdownx.magiclink
# - pymdownx.superfences:
# custom_fences:
# - name: mermaid
# class: mermaid
# format: !!python/name:pymdownx.superfences.fence_code_format
#
theme:
name: "material"
highlightjs: true
hljs_languages:
- yaml
- django
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
accent: indigo
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
# - content.action.edit
- content.code.annotate
- content.code.copy
- content.tooltips
- header.autohidex
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
validation:
links:
absolute_links: relative_to_docs
plugins:
- awesome-pages
- autorefs
- include-markdown
- macros
- glightbox
# - tags
# - markdownextradata
- ezlinks:
wikilinks: true
- mkdocstrings:
default_handler: python
handlers:
python:
inventories:
- https://installer.readthedocs.io/en/stable/objects.inv
- https://django.readthedocs.org/en/5.1.x/objects.inv
# # - url: https://docs.python.org/3.13/objects.inv
# # domains: [std, py, csv]
- https://docs.python.org/3.13/objects.inv
#
- search
# - gen-files:
# scripts:
# - docs/_scripts/get_settings.py
watch:
- src/
hooks:
- docs/_hooks/hooks.py
- docs/_hooks/sax.py
- docs/_hooks/shortcodes.py
extra:
interwiki:
github: https://github.com/saxix/django-adminactions/issues/
stackoverflow: stackoverflow.com/questions/
google: https://www.google.com/search?q=
app: django-adminactions