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:
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
131132markdown_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
You can’t perform that action at this time.
0 commit comments