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 f139219 commit 0ff2de1Copy full SHA for 0ff2de1
1 file changed
.github/workflows/tests.yaml
@@ -103,4 +103,6 @@ jobs:
103
uses: astral-sh/setup-uv@v3
104
with:
105
enable-cache: true
106
+ - name: Install dependencies
107
+ run: uv sync --group doc
108
- run: uv run sphinx-build doc build/sphinx/html
0 commit comments