File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -121,11 +121,12 @@ plugins:
121
121
show_if_no_docstring : True
122
122
- minify :
123
123
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 :
128
126
enabled : !ENV [ DEPLOY, False ]
127
+ plugins :
128
+ - privacy :
129
+ externals : bundle
129
130
130
131
131
132
markdown_extensions :
@@ -141,8 +142,8 @@ markdown_extensions:
141
142
- pymdownx.inlinehilite
142
143
- pymdownx.superfences
143
144
- 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
146
147
- pymdownx.keys
147
148
- pymdownx.saneheaders
148
149
- pymdownx.smartsymbols
You can’t perform that action at this time.
0 commit comments