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 c7a58ae commit 01bd84dCopy full SHA for 01bd84d
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:8003/_build/html>'; python -m SimpleHTTPServer 8003
+ @echo '================================================='
166
+ @echo
167
+ @echo 'docs server running at http://0.0.0.0:8031/_build/html'
168
169
170
+ python -m SimpleHTTPServer 8031
0 commit comments