mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-21 10:53:25 +01:00
Remove twemoji from docs
This commit is contained in:
parent
a533f352b2
commit
df6d760844
2 changed files with 1 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -111,7 +111,7 @@ build-deps-ubuntu:
|
|||
docs: docs-deps docs-build
|
||||
|
||||
docs-build: .PHONY
|
||||
mkdocs build
|
||||
mkdocs build
|
||||
|
||||
docs-deps: .PHONY
|
||||
pip3 install -r requirements.txt
|
||||
|
|
|
@ -64,7 +64,6 @@ markdown_extensions:
|
|||
- attr_list
|
||||
- md_in_html
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
|
||||
plugins:
|
||||
|
|
Loading…
Reference in a new issue