Skip to content

Commit

Permalink
docs: fix mkdocs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed May 9, 2024
1 parent e96d556 commit d76b44a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,6 +4,7 @@ __pycache__
.vscode
.pypirc
venv
.venv
serve.py
test.py
poetry.lock
Expand Down
6 changes: 3 additions & 3 deletions docs/mkdocs.yml
Expand Up @@ -95,12 +95,12 @@ markdown_extensions: # do not reorder
- 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
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji ""
emoji_generator: !!python/name:material.extensions.emoji.to_svg ""
- md_in_html

extra:
Expand Down
10 changes: 6 additions & 4 deletions docs/requirements.txt
@@ -1,7 +1,9 @@
mkdocs-material >=8.1.4,<9.0.0
mkdocs-static-i18n
mdx-include >=1.4.1,<2.0.0
mkdocs-macros-plugin
mkdocs-material==9.5.21
mkdocs-static-i18n==0.56
mdx-include==1.4.2
mkdocs-macros-plugin==1.0.5

# images zoom
mkdocs-glightbox
pillow
cairosvg
Expand Down
6 changes: 3 additions & 3 deletions requirements.docs.txt
@@ -1,7 +1,7 @@
mkdocs-material >=8.1.4,<9.0.0
mkdocs-material==9.5.21
mkdocs-static-i18n==0.56
mdx-include >=1.4.1,<2.0.0
mkdocs-macros-plugin
mdx-include==1.4.2
mkdocs-macros-plugin==1.0.5
# images zoom
mkdocs-glightbox
pillow
Expand Down

0 comments on commit d76b44a

Please sign in to comment.