Skip to content

Commit e0cb3e3

Browse files
author
Tony Crisci
committed
add script to serve docs
1 parent 236cf07 commit e0cb3e3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/serve.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
set -e
3+
4+
make html
5+
cd _build/html
6+
python3 -m http.server -b 127.0.0.1

0 commit comments

Comments
 (0)