Skip to content

Commit fa26586

Browse files
committed
updates docs
1 parent 3eddf90 commit fa26586

File tree

3 files changed

+2
-136
lines changed

3 files changed

+2
-136
lines changed

docs/src/contributing.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

mkdocs.yml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,13 @@ exclude_docs: |
1515
~*
1616
1717
markdown_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-
#
4525
theme:
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+
10174
watch:
10275
- src/
10376
hooks:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ dev = [
7676
"tox-gh>=1.5",
7777
]
7878
docs = [
79+
"markdown-include",
7980
"mkdocs>=1.6.1",
8081
"mkdocs-autolinks-plugin>=0.7.1",
8182
"mkdocs-autorefs>=1.3.1",

0 commit comments

Comments
 (0)