Skip to content

Commit d32e59f

Browse files
committed
fix(docs): cap sphinxcontrib-typer <0.9.1 (0.9.1 needs typer.rich_utils.STYLE_TYPES)
1 parent 79656f4 commit d32e59f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ docs = [
5454
"myst-parser>=4.0.0",
5555
"sphinx-design>=0.6.1",
5656
"sphinx-code-tabs>=0.5.5",
57-
"sphinxcontrib-typer>=0.5.1",
57+
"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
5858
"sphinxcontrib-video>=0.4.1",
5959
]
6060
mypy = [

0 commit comments

Comments
 (0)