Skip to content

Commit a4c8f0e

Browse files
committed
build(docs): Update SPHINXBUILD to use poetry run
1 parent 96a04d9 commit a4c8f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ HTTP_PORT = 8023
66

77
# You can set these variables from the command line.
88
SPHINXOPTS =
9-
SPHINXBUILD = sphinx-build
9+
SPHINXBUILD = poetry run sphinx-build
1010
PAPER =
1111
BUILDDIR = _build
1212

0 commit comments

Comments
 (0)