minimal readthedocs theme version
This commit is contained in:
parent
068aed1621
commit
e86fc45768
70
mkdocs.yml
70
mkdocs.yml
@ -23,9 +23,9 @@ theme:
|
||||
- content.action.view
|
||||
- content.tooltips
|
||||
- navigation.sections
|
||||
favicon: assets/favicon.ico
|
||||
icon:
|
||||
logo: assets/olive-banner.png
|
||||
# favicon: assets/favicon.ico
|
||||
# icon:
|
||||
# logo: assets/olive-banner.png
|
||||
|
||||
# Plugins
|
||||
# plugins:
|
||||
@ -38,37 +38,37 @@ theme:
|
||||
# hooks:
|
||||
# - hooks/archive.py
|
||||
|
||||
Validation:
|
||||
nav:
|
||||
omitted_files: warn
|
||||
not_found: warn
|
||||
absolute_links: warn
|
||||
links:
|
||||
not_found: warn
|
||||
absolute_links: warn
|
||||
unrecognized_links: warn
|
||||
# Validation:
|
||||
# nav:
|
||||
# omitted_files: warn
|
||||
# not_found: warn
|
||||
# absolute_links: warn
|
||||
# links:
|
||||
# not_found: warn
|
||||
# absolute_links: warn
|
||||
# unrecognized_links: warn
|
||||
|
||||
# Customization
|
||||
extra:
|
||||
analytics:
|
||||
provider: google
|
||||
property: !ENV GOOGLE_ANALYTICS_KEY
|
||||
# # Customization
|
||||
# extra:
|
||||
# analytics:
|
||||
# provider: google
|
||||
# property: !ENV GOOGLE_ANALYTICS_KEY
|
||||
|
||||
# Extensions
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- attr_list
|
||||
- footnotes
|
||||
- toc:
|
||||
permalink: true
|
||||
- pymdownx.betterem:
|
||||
smart_enable: all
|
||||
- pymdownx.details
|
||||
- pymdownx.emoji:
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
- pymdownx.keys
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
# # Extensions
|
||||
# markdown_extensions:
|
||||
# - admonition
|
||||
# - attr_list
|
||||
# - footnotes
|
||||
# - toc:
|
||||
# permalink: true
|
||||
# - pymdownx.betterem:
|
||||
# smart_enable: all
|
||||
# - pymdownx.details
|
||||
# - pymdownx.emoji:
|
||||
# emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
# emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
# - pymdownx.highlight:
|
||||
# anchor_linenums: true
|
||||
# - pymdownx.keys
|
||||
# - pymdownx.tabbed:
|
||||
# alternate_style: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user