Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>
  • Loading branch information
jsloan117 committed Feb 8, 2024
1 parent 1f1651c commit 337fe52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install MkDocs and deps
run: |
pip install wheel
pip install mkdocs mkdocs-material mkdocs-material-extensions \
pip install mkdocs mkdocs-material \
mkdocs-minify-plugin mkdocs-redirects pygments pymdown-extensions
- name: Build docs
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ markdown_extensions:
smart_enable: all
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
Expand Down

0 comments on commit 337fe52

Please sign in to comment.