Skip to content

Commit 5126f24

Browse files
committed
Read the Docs temporary fix
disabling the emoji feature of pymdownx as recommended here: readthedocs/readthedocs.org#7865 (comment)
1 parent a2115ed commit 5126f24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mkdocs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ markdown_extensions:
1919
- admonition
2020
- pymdownx.details
2121
- pymdownx.superfences
22-
- pymdownx.emoji:
23-
emoji_index: !!python/name:materialx.emoji.twemoji
24-
emoji_generator: !!python/name:materialx.emoji.to_svg
2522
- toc:
2623
permalink: true
24+
# - pymdownx.emoji:
25+
# emoji_index: !!python/name:materialx.emoji.twemoji
26+
# emoji_generator: !!python/name:materialx.emoji.to_svg
2727
plugins:
2828
- git-revision-date
2929
- search

0 commit comments

Comments
 (0)