Skip to content

Commit

Permalink
Merge branch 'feature/live-reload'
Browse files Browse the repository at this point in the history
  • Loading branch information
naftulikay committed Jan 28, 2019
2 parents aaefebc + d34c961 commit 82cc8aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ pip:
docs: pip
@make -C docs/ html

serve: pip
@sphinx-reload --host 0.0.0.0 --port 5500 docs/

install: pip

unittest: pip
Expand Down

0 comments on commit 82cc8aa

Please sign in to comment.