Browse Source

Remove twemoji from docs

binwiederhier 2 years ago
parent
commit
df6d760844
2 changed files with 1 additions and 2 deletions
  1. 1 1
      Makefile
  2. 0 1
      mkdocs.yml

+ 1 - 1
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

+ 0 - 1
mkdocs.yml

@@ -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: