Skip to content

Commit 8e8b322

Browse files
committed
Fix sphinx generation to use uv
1 parent 522ca05 commit 8e8b322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/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 ?= sphinx-build
7+
SPHINXBUILD ?= uv run sphinx-build
88
SOURCEDIR = .
99
BUILDDIR = _build
1010

0 commit comments

Comments
 (0)