Skip to content

Commit 57db930

Browse files
committed
Update base Makefile to use sphinx-build directly
1 parent ee5594f commit 57db930

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,11 +1,7 @@
11
SHELL := /bin/bash -euxo pipefail
2-
3-
# Treat Sphinx warnings as errors
4-
SPHINXOPTS := -W
5-
62
.PHONY: docs
73
docs:
8-
make -C docs clean html SPHINXOPTS=$(SPHINXOPTS)
4+
uv run --extra=dev sphinx-build -M html docs/source docs/build -W
95

106
.PHONY: open-docs
117
open-docs:

0 commit comments

Comments
 (0)