Skip to content

Commit 6b2d258

Browse files
authored
docs: improve mkdocs config (#1578)
1 parent 3a1e3c5 commit 6b2d258

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

mkdocs.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,12 @@ plugins:
121121
show_if_no_docstring: True
122122
- minify:
123123
minify_html: true
124-
# keep this at the bottom of the plugins list - if you are building without insiders, comment it out
125-
- privacy:
126-
# Downloads all external resources and stores them locally
127-
externals: bundle
124+
125+
- group:
128126
enabled: !ENV [ DEPLOY, False ]
127+
plugins:
128+
- privacy:
129+
externals: bundle
129130

130131

131132
markdown_extensions:
@@ -141,8 +142,8 @@ markdown_extensions:
141142
- pymdownx.inlinehilite
142143
- pymdownx.superfences
143144
- pymdownx.emoji:
144-
emoji_index: !!python/name:materialx.emoji.twemoji
145-
emoji_generator: !!python/name:materialx.emoji.to_svg
145+
emoji_index: !!python/name:material.extensions.emoji.twemoji
146+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
146147
- pymdownx.keys
147148
- pymdownx.saneheaders
148149
- pymdownx.smartsymbols

0 commit comments

Comments
 (0)