Skip to content

docs: improve mkdocs config #1578

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? No Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,12 @@ plugins:
show_if_no_docstring: True
- minify:
minify_html: true
# keep this at the bottom of the plugins list - if you are building without insiders, comment it out
- privacy:
# Downloads all external resources and stores them locally
externals: bundle

- group:
enabled: !ENV [ DEPLOY, False ]
plugins:
- privacy:
externals: bundle


markdown_extensions:
Expand All @@ -141,8 +142,8 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.keys
- pymdownx.saneheaders
- pymdownx.smartsymbols
Expand Down