remove obsoleted feature
All checks were successful
mkdocs build / build (push) Successful in 29s

This commit is contained in:
Louis Abel 2024-12-13 11:06:10 -07:00
parent 110e6e9974
commit d3a3438da4
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
--- ---
title: Local Module Builds title: Local Module Builds
ignore_macros: true render_macros: false
--- ---
Within the Fedora and Red Hat ecosystem, modularity is unfortunately a piece Within the Fedora and Red Hat ecosystem, modularity is unfortunately a piece

View File

@ -50,8 +50,8 @@ markdown_extensions:
- meta - meta
- pymdownx.details # collapsable attributions - pymdownx.details # collapsable attributions
- pymdownx.emoji: - pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences - pymdownx.superfences
- pymdownx.tabbed: - pymdownx.tabbed:
alternate_style: true alternate_style: true