We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8fa25 commit aa4b8b3Copy full SHA for aa4b8b3
docs/Makefile
@@ -6,7 +6,7 @@ HTTP_PORT = 8068
6
7
# You can set these variables from the command line.
8
SPHINXOPTS =
9
-SPHINXBUILD = sphinx-build
+SPHINXBUILD = poetry run sphinx-build
10
PAPER =
11
BUILDDIR = _build
12
@@ -167,7 +167,7 @@ watch:
167
serve:
168
@echo '=============================================================='
169
@echo
170
- @echo 'docs server running at http://0.0.0.0:${HTTP_PORT}/'
+ @echo 'docs server running at http://localhost${HTTP_PORT}/'
171
172
173
@if test ${PYVERSION} -eq 2; then $(MAKE) serve_py2; else make serve_py3; fi
0 commit comments