v0.3.0
What's new in v0.3.0
Added
- Commit-SHA permalinks —
pinconfig option (branchorcommit) to embed the current commit SHA in forge URLs instead of a branch name. Azure DevOps usesversion=GC<sha>for commits. (#16) - Line-anchor translation — canonical
#L10/#L10-L20fragments in rewritten links are converted to each forge's line-reference syntax (GitHub/Gitea#L10-L20, GitLab#L10-20, Bitbucket#lines-10:20); Azure line anchors are omitted. (#17) enabledtoggle (defaulttrue,!ENV-aware) to turn link rewriting off, e.g. for fastermkdocs serve. (#18)warn_on_missing(defaulttrue) to warn when a](../path)link target does not exist in the repository; warnings count towardmkdocs build --strict. (#18)
Changed
- Add the
Framework :: MkDocstrove classifier for PyPI discoverability. (#15)
Full changelog: v0.2.0...v0.3.0