Commit 9cbac4c
authored
fix(docs): dependencies installation (#2710)
- Restore dev dependencies for docs build command
- Remove `--no-dev` flag to ensure typer and other dev packages are
available
- Export VIRTUAL_ENV for pre-commit compatibility
Previously, `uv run --no-dev` caused ModuleNotFoundError for typer
during docs generation.
Now docs can be built with all required dependencies.1 parent 6050ba3 commit 9cbac4c
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | | - | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
0 commit comments