Skip to content

Commit c4ef18f

Browse files
committed
switch to manual build html command instead of ammaraskar/sphinx-action
1 parent 95c6268 commit c4ef18f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sphinx.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: Install dependencies
1919
run: uv sync --group docs
2020
- name: Build HTML
21-
uses: ammaraskar/sphinx-action@master
21+
working-directory: docs
22+
run: uv run make html
2223
- name: Upload artifacts
2324
uses: actions/upload-artifact@v4
2425
with:

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# You can set these variables from the command line, and also
55
# from the environment for the first two.
66
SPHINXOPTS ?=
7-
SPHINXBUILD ?= uv run sphinx-build
7+
SPHINXBUILD ?= sphinx-build
88
SOURCEDIR = .
99
BUILDDIR = _build
1010

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)