From e86fc45768f3716e0cd12defd1522374e9b44238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20B=C3=BCchel?= Date: Thu, 22 Jan 2026 17:37:03 +0100 Subject: [PATCH] minimal readthedocs theme version --- mkdocs.yml | 70 +++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index e17f0f6..ec5f542 100755 --- a/mkdocs.yml +++ b/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