Skip to content

Commit 9fd414f

Browse files
authored
[doc] housekeeping
Fixed deprecation warnings Changed a dependency to fetch from pypi instead of github Signed-off-by: Antoine MAZEAS <antoine.mazeas@filigran.io>
1 parent d2a9bdc commit 9fd414f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ markdown_extensions:
100100
pygments_lang_class: false
101101
auto_title: false
102102
- pymdownx.emoji:
103-
emoji_index: !!python/name:materialx.emoji.twemoji
104-
emoji_generator: !!python/name:materialx.emoji.to_svg
103+
emoji_index: !!python/name:material.extensions.emoji.twemoji
104+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
105105
- pymdownx.tasklist:
106106
custom_checkbox: true
107107
- pymdownx.snippets:

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ mkdocs-git-authors-plugin
44
mkdocs-git-committers-plugin-2
55
mkdocs-git-revision-date-localized-plugin
66
mkdocs-glightbox
7-
git+https://github.com/jimporter/mike
8-
lxml
7+
mike
8+
lxml

0 commit comments

Comments
 (0)