Skip to content

Commit 556c394

Browse files
mkdocs: update emoji extension name for material 9.4 and update readme
1 parent 6be4fab commit 556c394

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- dev: action/checkout v4 with sparse-checkout for megalinter
66
- dev: sparse-checkout for publish-book workflow
77
- dev: action/checkout v4 with sparse-checkout for changelog checker workflow
8+
- mkdocs: update emoji extension name for material 9.4 and update readme
89

910
### Added
1011
- building-api: add reitit overview and quick intro

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Publish book workflow installs Material for MkDocs version 9
7474
Install mkdocs version 9 using the Python pip package manager
7575

7676
```bash
77-
pip install mkdocs-material=="9.*"
77+
pip3 install mkdocs-material=="9.4"
7878
```
7979

8080
Install the plugins used by the Practicalli site using Pip (these are also installed in the GitHub Action workflow)

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ markdown_extensions:
6363
- md_in_html # Grids
6464
- footnotes # footnotes and abbreviations
6565
- pymdownx.emoji:
66-
emoji_index: !!python/name:materialx.emoji.twemoji
67-
emoji_generator: !!python/name:materialx.emoji.to_svg
66+
emoji_index: !!python/name:material.extensions.emoji.twemoji
67+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
6868
- pymdownx.highlight:
6969
anchor_linenums: true
7070
- pymdownx.inlinehilite

0 commit comments

Comments
 (0)