We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79656f4 commit d32e59fCopy full SHA for d32e59f
1 file changed
pyproject.toml
@@ -54,7 +54,7 @@ docs = [
54
"myst-parser>=4.0.0",
55
"sphinx-design>=0.6.1",
56
"sphinx-code-tabs>=0.5.5",
57
- "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
58
"sphinxcontrib-video>=0.4.1",
59
]
60
mypy = [
0 commit comments