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 e94094a commit 23502faCopy full SHA for 23502fa
.github/workflows/sphinx.yml
@@ -20,7 +20,7 @@ jobs:
20
PIP_CONSTRAINT: 'ci/constraints.txt'
21
run: |
22
uv venv --python 3.13 venv
23
+ source venv/bin/activate
24
uv pip install -r ci/requirements.docs.txt
25
uv pip install --config-settings=--build-option=--no-c-backend .
- source venv/bin/activate
26
make -C docs html
0 commit comments