From 32de84276f71748bb0115f2a76e9554e3326efe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Couralet?= Date: Tue, 20 Feb 2024 10:27:38 +0100 Subject: [PATCH] No footer --- mkdocs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index bbd16e2..8e7392e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,6 +31,10 @@ theme: extra_css: - stylesheets/extra.css + +extra: + generator: false + markdown_extensions: - pymdownx.superfences: custom_fences: @@ -39,9 +43,7 @@ markdown_extensions: format: !!python/name:pymdownx.superfences.fence_code_format - pymdownx.details - admonition - - pymdownx.details - pymdownx.tabbed: alternate_style: true combine_header_slug: true - - nl2br