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 2fb7260 commit 187ae23Copy full SHA for 187ae23
doc/Makefile
@@ -164,11 +164,11 @@ watch:
164
if command -v entr > /dev/null; then ${WATCH_FILES} | entr -c $(MAKE) html; else $(MAKE) html; fi
165
166
serve:
167
- @echo '================================================='
+ @echo '=============================================================='
168
@echo
169
@echo 'docs server running at http://0.0.0.0:${HTTP_PORT}/_build/html'
170
171
172
@if test ${PYVERSION} -eq 2; then $(MAKE) serve_py2; else make serve_py3; fi
173
174
serve_py2:
0 commit comments