0.16.x¶
0.16.0¶
- Released:
12.08.2025
New and Improved¶
✨ Add Jump to definition, for standard domain references, in the VS Code extension.
✨ Experimental output of
objects.invvia CLI:ubc build targets --format inv. This will output a Sphinxobjects.invfile (see intersphinx), which can be used for cross-project references. Note, this is an experimental feature, that does not yet capture all data that sphinx does, and may change in future releases.✨ Capture document titles when indexing. This is taken from the first section heading in the document, if present, and is included in the built
objects.invfile above asdoctargets implicit titles.✨ Add
ubc build list-documentsCLI command, to print out a list of the documents that would be indexed for a project.
Fixes¶
🐛 Fix
sourceconfig include/exclude glob pattern resolution. This is intended to follow ruff file discovery, but was not resolving user supplied glob patterns relative to the root of the project. See source configuration for more details.