fix: resolve mkdocs build errors from deprecated extensions#410
Merged
Conversation
BernieWhite
approved these changes
Apr 21, 2026
BernieWhite
reviewed
Apr 21, 2026
- Update emoji extension from materialx.emoji to material.extensions.emoji (materialx is deprecated since mkdocs-material 9.4) - Add alternate_style: true to pymdownx.tabbed (required in pymdownx 10.x) - Pin pygments<2.20 to avoid NoneType crash in highlight formatter - Remove unrecognised repo_issue/repo_discussion config keys Verified: mkdocs build succeeds locally with pinned dependencies. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1639ca7 to
419b3af
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Docs workflow is crashing on
creating-your-pipeline.mdwith:Plus multiple deprecation warnings about
materialx.emoji.Fixes
materialx.emoji.twemojideprecatedmaterial.extensions.emoji.twemojipymdownx.tabbedcrash (NoneType in highlight formatter)alternate_style: true(required in pymdownx 10.x)pygments 2.20.0breaking changepygments>=2.19,<2.20in requirementsrepo_issue/repo_discussionwarningsVerified
mkdocs buildsucceeds locally with pinned dependencies (clean venv, zero errors).