Skip to content

Commit 4c770a0

Browse files
committed
make: Update 'docs' target to use specific Python executable
1 parent 8511fec commit 4c770a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ debug: clean
3636

3737

3838
docs: compile
39-
cd docs && sphinx-build -b html . _build/html
39+
cd docs && python -m sphinx -b html . _build/html
4040

4141

4242
test:

0 commit comments

Comments
 (0)