Skip to content

Commit 0102663

Browse files
committed
update make task for serving docs
1 parent 9fd91cf commit 0102663

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,9 @@ 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 8023
165+
@echo '========================================================'
166+
@echo
167+
@echo ' docs server running at http://0.0.0.0:8023/_build/html '
168+
@echo
169+
@echo '========================================================'
170+
python -m SimpleHTTPServer 8023

0 commit comments

Comments
 (0)