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 1216f0e commit 71f46e7Copy full SHA for 71f46e7
.github/workflows/sphinx-build.yml
@@ -18,6 +18,9 @@ jobs:
18
python-version: '3.13'
19
enable-cache: true
20
21
+ - name: Sync UV
22
+ run: uv sync --group docs
23
+
24
- name: Build HTML
25
run: uv run sphinx-build -b html docs docs/_build/html
26
.gitignore
@@ -6,7 +6,6 @@ __pycache__/
6
*.pyc
7
/.vscode/
8
/build
9
-/sphinx_output
10
/venv
11
uv.lock
12
/docs/_build/
0 commit comments