Skip to content

Commit 3685694

Browse files
committed
Update base Makefile to use sphinx-build directly
1 parent 695aef9 commit 3685694

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
SHELL := /bin/bash -euxo pipefail
2-
3-
# Treat Sphinx warnings as errors
4-
SPHINXOPTS := -W
5-
62
.PHONY: update-secrets
73
update-secrets:
84
# After updating secrets, commit the new secrets.tar.gpg file.
@@ -11,7 +7,7 @@ update-secrets:
117

128
.PHONY: docs
139
docs:
14-
make -C docs clean html SPHINXOPTS=$(SPHINXOPTS)
10+
uv run --extra=dev sphinx-build -M html docs/source docs/build -W
1511

1612
.PHONY: open-docs
1713
open-docs:

0 commit comments

Comments
 (0)