File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ exclude_docs: |
5454 /media/*.gif
5555
5656validation :
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
6262extra_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"
You can’t perform that action at this time.
0 commit comments