Skip to content

Commit

Permalink
Duh put back mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarton committed Mar 13, 2024
1 parent 8b50bf0 commit 97f6e18
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,18 +164,18 @@ markdown_extensions:
- admonition
- attr_list
- md_in_html #insiders
#- pymdownx.details
# - pymdownx.emoji:
# emoji_generator: !!python/name:materialx.emoji.to_svg
# emoji_index: !!python/name:materialx.emoji.twemoji
#- pymdownx.highlight
#- pymdownx.inlinehilite
#- pymdownx.keys
# - pymdownx.snippets:
# check_paths: true
# auto_append:
# - includes/_abbreviations.md # adds abbreviations snippets to ALL pages
#- pymdownx.superfences
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets:
check_paths: true
auto_append:
- includes/_abbreviations.md # adds abbreviations snippets to ALL pages
- pymdownx.superfences
- toc:
permalink: false

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# get access to the GitHub token, you can uncomment the line below to access the normal version.
# Most things will work fine, but some features will be disabled:

# mkdocs-material
mkdocs-material

# for the APIspec page at {{baseurl}}/integrator/api-reference/
mkdocs-render-swagger-plugin
Expand Down

0 comments on commit 97f6e18

Please sign in to comment.