Skip to content

Commit aa4b8b3

Browse files
committed
build(docs): Update comment in server Makefile, use poetry in SPHINXBUILD
1 parent bb8fa25 commit aa4b8b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ HTTP_PORT = 8068
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

@@ -167,7 +167,7 @@ watch:
167167
serve:
168168
@echo '=============================================================='
169169
@echo
170-
@echo 'docs server running at http://0.0.0.0:${HTTP_PORT}/'
170+
@echo 'docs server running at http://localhost${HTTP_PORT}/'
171171
@echo
172172
@echo '=============================================================='
173173
@if test ${PYVERSION} -eq 2; then $(MAKE) serve_py2; else make serve_py3; fi

0 commit comments

Comments
 (0)