Skip to content

Commit 4ef28e2

Browse files
committed
Correct port for SimpleHTTPServer
1 parent 4448fcb commit 4ef28e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ watch:
162162
if command -v entr > /dev/null; then ${WATCH_FILES} | entr -c $(MAKE) html; else $(MAKE) html; fi
163163

164164
serve:
165-
echo 'docs built to <http://0.0.0.0:8023/_build/html>'; python -m SimpleHTTPServer 8003
165+
echo 'docs built to <http://0.0.0.0:8023/_build/html>'; python -m SimpleHTTPServer 8023

0 commit comments

Comments
 (0)