Skip to content

Commit 8a904ee

Browse files
committed
fix mkdocs with more docs best practices
1 parent 2f249a5 commit 8a904ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mkdocs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ exclude_docs: |
5454
/media/*.gif
5555
5656
validation:
57-
absolute_links: warn
58-
anchors: warn
59-
omitted_files: warn
60-
unrecognized_links: warn
57+
absolute_links: "warn"
58+
anchors: "warn"
59+
omitted_files: "warn"
60+
unrecognized_links: "warn"
6161

6262
extra_css:
6363
- "assets/extra.css"
@@ -92,7 +92,7 @@ markdown_extensions:
9292
base_path: "docs"
9393
- "md_in_html"
9494
- "pymdownx.details"
95-
# Need pymdownx.emoji for Grid icon search
95+
# Need pymdownx.emoji for Grid icon search
9696
- pymdownx.emoji:
9797
emoji_index: !!python/name:material.extensions.emoji.twemoji
9898
emoji_generator: !!python/name:material.extensions.emoji.to_svg
@@ -113,7 +113,7 @@ plugins:
113113
- "search"
114114
- "gen-files":
115115
scripts:
116-
- docs/generate_code_reference_pages.py
116+
- "docs/generate_code_reference_pages.py"
117117
- "glightbox":
118118
manual: true # See https://blueswen.github.io/mkdocs-glightbox/flexibility/enable-by-image-or-page/
119119
- "section-index"

0 commit comments

Comments
 (0)