Skip to content

Commit 71f46e7

Browse files
clintonsteinerakaihola
authored andcommitted
changes
1 parent 1216f0e commit 71f46e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/sphinx-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
python-version: '3.13'
1919
enable-cache: true
2020

21+
- name: Sync UV
22+
run: uv sync --group docs
23+
2124
- name: Build HTML
2225
run: uv run sphinx-build -b html docs docs/_build/html
2326

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ __pycache__/
66
*.pyc
77
/.vscode/
88
/build
9-
/sphinx_output
109
/venv
1110
uv.lock
1211
/docs/_build/

0 commit comments

Comments
 (0)