From ea3f05d024e68c8d67a7c6fb65da6cb896723924 Mon Sep 17 00:00:00 2001 From: Igor Date: Wed, 27 Aug 2025 17:18:54 +0200 Subject: [PATCH] Remove duplicate configuration entry (#804) * Remove duplicate configuration entry * mkdocs.yml: delete some more duplicates. Closes: #802 --------- Co-authored-by: Rolf Leggewie --- mkdocs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6f9ebc76..c4b63b8f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -87,13 +87,8 @@ markdown_extensions: class: custom-bash-block format: !!python/name:pymdownx.superfences.fence_code_format - markdown.extensions.admonition # Highlighted warning/info blocks - - markdown.extensions.attr_list # Set custom HTML attributes {: } - - markdown.extensions.footnotes # Footnotes [^1] - markdown.extensions.meta # Define meta data (page title and description) at the top of the Markdown document - - markdown.extensions.smarty # Automatically convert dashes, underscore, three-dots and quotes to text symbols - markdown.extensions.tables # Tables - - markdown.extensions.toc: # Add HTML id attribute to headers - permalink: true # Headers are links to themselves - pymdownx.betterem: # More intuitive emphasis handling smart_enable: all # Even smarter for both (asterisk and underscore) syntax => GitHub-like - pymdownx.details # Collapsible details blocks