From 167b62e9e5083c8354d558a572980327176542e1 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 27 Jan 2020 23:35:12 +1300 Subject: [PATCH] Make YAML syntax valid (#76) * Make YAML syntax valid * Remove emoji_generator as it is invalid YAML the `!!` syntax that is used by python to reference a function is not valid YAML, and thus cannot be parsed by anything other than MKDocs --- mkdocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 8c46c75..e142a5d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -211,8 +211,7 @@ markdown_extensions: - pymdownx.caret - pymdownx.critic - pymdownx.details - - pymdownx.emoji: - emoji_generator: !!python/name:pymdownx.emoji.to_svg + - pymdownx.emoji - pymdownx.inlinehilite - pymdownx.magiclink: repo_url_shorthand: true