Skip to content

Commit de0585a

Browse files
committed
pin typer<0.26 on docs build
1 parent 765b0a7 commit de0585a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build_docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ jobs:
3434
run: |
3535
uv sync --extra docs --frozen
3636
37+
# TEMPORARY: sphinx-click cannot introspect typer's vendored click (typer
38+
# >= 0.26), which breaks the CLI reference pages. Pin to the last real-click
39+
# typer for the docs build only (does not affect the shipped package) until
40+
# we settle on a long-term docs fix. See the docs CLI reference pages.
41+
- name: Pin typer < 0.26 for docs build (sphinx-click compatibility)
42+
run: uv pip install 'typer<0.26'
43+
3744
- name: Build docs
3845
working-directory: docs
3946
run: |

0 commit comments

Comments
 (0)