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 4448fcb commit 4ef28e2Copy full SHA for 4ef28e2
doc/Makefile
@@ -162,4 +162,4 @@ 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 8003
+ echo 'docs built to <http://0.0.0.0:8023/_build/html>'; python -m SimpleHTTPServer 8023
0 commit comments