Change Log¶
v0.9.0 (2026-06-01)¶
Support typer 0.26.0+ (post click vendoring).
Breaking: dropped support for rendering standalone Click commands. The
typerdirective now only accepts Typer apps (and the commands typer derives from them). Wrap a Click command in atyper.Typerapp to document it.
v0.8.1 (2026-03-05)¶
Tighten up CI
Add typed classifier and badges
Fixed When typer is used in docstrings image paths can break in pdf builds.
v0.8.0 (2026-02-12)¶
Report version to sphinx loader appropriately.
Change dependency to typer instead of typer-slim. This was done to track upstream packaging changes.
v0.7.2 (2025-12-23)¶
v0.7.1 (2025-12-22)¶
v0.7.0 (2025-11-22)¶
v0.6.2 (2025-09-23)¶
Fix changelog.
v0.6.1 (2025-09-23)¶
Added project urls to pypi package.
v0.6.0 (2025-09-22)¶
Implemented Use intersphinx for better integration with the sphinx ecosystem
Implemented Support python 3.14.
Implemented Switch from poetry to uv.
v0.5.1 (2024-10-14)¶
v0.5.0 (2024-08-24)¶
Implemented Support Sphinx 8
Implemented Support Python 3.13
v0.4.2 (2024-08-22)¶
v0.4.1 (2024-08-22)¶
v0.4.0 (2024-08-19)¶
Implemented Use builtin sphinx cache to cache iframe heights instead of custom file.
Implemented Allow cross-referencing
v0.3.5 (2024-08-17)¶
v0.3.4 (2024-08-15)¶
v0.3.3 (2024-07-15)¶
Removed errant deepcopy introduced in last release.
v0.3.2 (yanked)¶
Implemented Add blue waves theme.
Implemented Add red sands theme.
v0.3.1 (2024-06-11)¶
v0.3.0 (2024-06-01)¶
v0.2.5 (2024-05-29)¶
v0.2.4 (2024-05-29)¶
v0.2.3 (2024-05-22)¶
v0.2.2 (2024-05-14)¶
v0.2.1 (2024-04-11)¶
v0.2.0 (2024-04-03)¶
v0.1.12 (2024-03-05)¶
v0.1.11 (2024-02-22)¶
v0.1.10 (2024-02-21)¶
v0.1.9 (2024-02-21)¶
v0.1.8 (2024-02-20)¶
v0.1.7 (2024-01-31)¶
Fixed reopened issue: nested class attribute import paths for typer apps are broken.
v0.1.6 (2024-01-31)¶
v0.1.5 (2024-01-30)¶
v0.1.4 (2023-12-21)¶
Meta data updated reflecting repository move into the sphinx-contrib organization.
v0.1.3 (2023-12-19)¶
Fixed repository location in package meta data.
v0.1.2 (2023-12-19)¶
Try big 4 web browser managers before giving up when selenium features are used.
Fixed pypi.org rendering of the readme, and rtd documentation build.
v0.1.1 (2023-12-19)¶
Fixed pypi.org rendering of the readme.
v0.1.0 (2023-12-19)¶
Initial Release