0.16.0
New features
-
Handle the parsing exception when a LaTeX (Lander) document's articleBody metadata is still LaTeX-formatted rather than the excepted Markdown conversion. The metadata parser still creates a content chunk for Algolia consisting of the title and description/abstract.
-
Handle parsing Technote (Sphinx) technotes where the abstract directive is missing. The metadata parser now returns a default message indicating that the abstract is not available.
Other changes
- Adopt nox-uv for installing dependencies in
noxfile.py
.
What's Changed
- DM-51726: Adopt nox-uv by @jonathansick in #191
- DM-51777: Improve LaTeX articleBody parsing by @jonathansick in #192
Full Changelog: 0.15.0...0.16.0