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 9fd91cf commit 0102663Copy full SHA for 0102663
doc/Makefile
@@ -162,4 +162,9 @@ watch:
162
if command -v entr > /dev/null; then ${WATCH_FILES} | entr -c $(MAKE) html; else $(MAKE) html; fi
163
164
serve:
165
- echo 'docs built to <http://0.0.0.0:8023/_build/html>'; python -m SimpleHTTPServer 8023
+ @echo '========================================================'
166
+ @echo
167
+ @echo ' docs server running at http://0.0.0.0:8023/_build/html '
168
169
170
+ python -m SimpleHTTPServer 8023
0 commit comments