Skip to content

Commit e3fa898

Browse files
committed
fix(docs/Make): uses uv run for sphinx, removed pip based dependency install target in Makefile
1 parent 613e25f commit e3fa898

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line.
55
SPHINXOPTS =
6-
SPHINXBUILD = sphinx-build
6+
SPHINXBUILD = uv run sphinx-build
77
PAPER =
88
BUILDDIR = _build
99

@@ -24,8 +24,6 @@ help:
2424
@echo " linkcheck to check all external links for integrity"
2525
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
2626

27-
install-deps:
28-
-pip install -r requirements.txt
2927

3028
clean:
3129
-rm -rf $(BUILDDIR)/*

0 commit comments

Comments
 (0)