Remove dependence on mkdocs-simple-hooks

Since mkdocs v1.4, the hooks are a native feature
This commit is contained in:
Tom Hubrecht 2024-02-05 13:29:47 +01:00
parent 1d2b759dc0
commit 99a0c72d49
3 changed files with 7 additions and 7 deletions

View file

@ -67,13 +67,13 @@ markdown_extensions:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
hooks:
- docs/hooks.py
plugins:
- search
- minify:
minify_html: true
- mkdocs-simple-hooks:
hooks:
on_post_build: "docs.hooks:copy_fonts"
nav:
- "Getting started": index.md