Skip to content

Commit

Permalink
Merge pull request #6 from ketankartoza/build-fix1
Browse files Browse the repository at this point in the history
Update extension
  • Loading branch information
ketankartoza authored Oct 3, 2024
2 parents 701529f + d495479 commit 813d6f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions docs/mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ markdown_extensions:
- pymdownx.mark
- pymdownx.tilde
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# - pymdownx.emoji:
# emoji_index: !!python/name:materialx.emoji.twemoji
# emoji_generator: !!python/name:materialx.emoji.to_svg
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg


# Navigation
nav:
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

mkdocs-with-pdf
mkdocs-material>=9.5.32
mdx_gh_links
Expand All @@ -10,5 +9,6 @@ mkdocs-enumerate-headings-plugin
mkdocs-git-revision-date-localized-plugin
# needed for the create-uuid.py helper script
shortuuid
cffi
# Needed for mkdocstrings python documentation generator
black

0 comments on commit 813d6f4

Please sign in to comment.