Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
isontheline committed Jan 12, 2023
1 parent 68adea7 commit 8c91b45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.8'
architecture: 'x64'
- run: pip install mkdocs
- run: pip install mkdocs-material=="9.*"
- run: pip install mkdocs-material=="9.0.4"
- run: pip install mkdocs-git-revision-date-localized-plugin
- run: pip install mkdocs-redirects
- run: cd documentation/src; mkdocs build --clean
Expand Down
2 changes: 1 addition & 1 deletion documentation/scripts/mkdocs/install.sh
@@ -1,5 +1,5 @@
pip3 install mkdocs
pip3 install mkdocs-material=="9.*"
pip3 install mkdocs-material=="9.0.4"
pip3 install mkdocs-git-revision-date-localized-plugin
pip3 install mkdocs-redirects

Expand Down
4 changes: 2 additions & 2 deletions documentation/src/mkdocs.yml
Expand Up @@ -35,6 +35,6 @@ markdown_extensions:
- pymdownx.tabbed
- pymdownx.details
- pymdownx.emoji:
#emoji_index: !!python/name:materialx.emoji.twemoji
#emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- footnotes

0 comments on commit 8c91b45

Please sign in to comment.