diff --git a/mkdocs-readthedocs.yml b/mkdocs-readthedocs.yml index ecec5b21..c669a8c2 100644 --- a/mkdocs-readthedocs.yml +++ b/mkdocs-readthedocs.yml @@ -22,6 +22,29 @@ markdown_extensions: - meta - admonition - attr_list + - pymdownx.arithmatex + - pymdownx.betterem: + smart_enable: all + - pymdownx.caret + - pymdownx.critic + - pymdownx.details + - pymdownx.emoji: + emoji_index: !!python/name:pymdownx.emoji.twemoji + emoji_generator: !!python/name:pymdownx.emoji.to_svg + - pymdownx.emoji: + emoji_index: !!python/name:materialx.emoji.twemoji + emoji_generator: !!python/name:materialx.emoji.to_svg + - pymdownx.inlinehilite + - pymdownx.magiclink + - pymdownx.mark + - pymdownx.smartsymbols + - pymdownx.superfences + - pymdownx.tasklist: + custom_checkbox: true + - pymdownx.tabbed + - pymdownx.tilde + - codehilite + - footnotes #- sphinx_search.extension - toc: permalink: true diff --git a/requirements-readthedocs.txt b/requirements-readthedocs.txt index ba28dabd..717b834f 100644 --- a/requirements-readthedocs.txt +++ b/requirements-readthedocs.txt @@ -1,3 +1,4 @@ mkdocs==1.1.2 sphinx-rtd-theme +pymdown-extensions #readthedocs-sphinx-search