File tree Expand file tree Collapse file tree 3 files changed +2
-136
lines changed Expand file tree Collapse file tree 3 files changed +2
-136
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,33 +15,13 @@ exclude_docs: |
1515 ~*
1616
1717markdown_extensions :
18- # - abbr
1918 - admonition
2019 - attr_list
2120 - md_in_html
22- # - pymdownx.blocks.caption
23- # - pymdownx.details
24- # - pymdownx.snippets
2521 - pymdownx.superfences
26- # - tables
27- # - pymdownx.tasklist:
28- # custom_checkbox: true
29- # clickable_checkbox: true
3022 - pymdownx.emoji :
3123 emoji_index : !!python/name:material.extensions.emoji.twemoji
3224 emoji_generator : !!python/name:material.extensions.emoji.to_svg
33- # - pymdownx.highlight:
34- # anchor_linenums: true
35- # line_spans: __span
36- # pygments_lang_class: true
37- # - pymdownx.inlinehilite
38- # - pymdownx.magiclink
39- # - pymdownx.superfences:
40- # custom_fences:
41- # - name: mermaid
42- # class: mermaid
43- # format: !!python/name:pymdownx.superfences.fence_code_format
44- #
4525theme :
4626 name : " material"
4727 highlightjs : true
@@ -79,8 +59,6 @@ plugins:
7959 - include-markdown
8060 - macros
8161 - glightbox
82- # - tags
83- # - markdownextradata
8462 - ezlinks :
8563 wikilinks : true
8664 - mkdocstrings :
@@ -90,14 +68,9 @@ plugins:
9068 inventories :
9169 - https://installer.readthedocs.io/en/stable/objects.inv
9270 - https://django.readthedocs.org/en/5.1.x/objects.inv
93- # # - url: https://docs.python.org/3.13/objects.inv
94- # # domains: [std, py, csv]
9571 - https://docs.python.org/3.13/objects.inv
96- #
9772 - search
98- # - gen-files:
99- # scripts:
100- # - docs/_scripts/get_settings.py
73+
10174watch :
10275 - src/
10376hooks :
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ dev = [
7676 " tox-gh>=1.5" ,
7777]
7878docs = [
79+ " markdown-include" ,
7980 " mkdocs>=1.6.1" ,
8081 " mkdocs-autolinks-plugin>=0.7.1" ,
8182 " mkdocs-autorefs>=1.3.1" ,
You can’t perform that action at this time.
0 commit comments