Summary
This version updates the user interface to v0.0.21, bringing the latest fixes for Pyodide-powered code execution, search, and ANSI color rendering.
It also improves configuration parsing, and fixes relative and scoped cross-references for mkdocstrings-python.
Changelog
Bug fixes
- 15f138a ui – update ui to v0.0.21
- 63c9dd3 compat – avoid registering same extension twice (as plugin and extension)
- 25ba4c7 compat – enable autorefs when mkdocstrings extension is enabled
- 781305a compat – support theme being just a string
- c33d65b compat – support enabled option in autorefs, glightbox and macros extensions
- 81596c1 compat – fix relative/scoped cross-refs support for mkdocstrings-python (#796)
Refactorings
- 71c976c compat – allow configuring mkdocstrings as a Markdown extension