You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! This is the same issue as #8529. RTD reads the config file to inject some things, and the special yaml syntax isn't supported, so the parser will set those to null.
Details
Expected Result
mkdocs.yml
retains!!python/object/apply:pymdownx.slugs.slugify
tag and documentation successfully builtActual Result
The tag is removed, causing build to fail:
Note
The configuration is to support TOC slugify for unicode (https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/?h=slugify#unicode)
https://facelessuser.github.io/pymdown-extensions/extras/slugs/
The text was updated successfully, but these errors were encountered: