From d32e59fd1cf52e1601f1ef38ba88cfaf7395a29a Mon Sep 17 00:00:00 2001 From: Marco Heinemann Date: Tue, 30 Jun 2026 19:43:56 +0200 Subject: [PATCH] fix(docs): cap sphinxcontrib-typer <0.9.1 (0.9.1 needs typer.rich_utils.STYLE_TYPES) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a376074..8ad05cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ docs = [ "myst-parser>=4.0.0", "sphinx-design>=0.6.1", "sphinx-code-tabs>=0.5.5", - "sphinxcontrib-typer>=0.5.1", + "sphinxcontrib-typer>=0.5.1,<0.9.1", # 0.9.1 imports typer.rich_utils.STYLE_TYPES, absent in the capped typer <0.26.8, breaking the docs build "sphinxcontrib-video>=0.4.1", ] mypy = [