Skip to content

Commit

Permalink
Add sphinx-autobuild to gitpod setup
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim committed Jun 8, 2020
1 parent bf3f467 commit 1d96628
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
tasks:
- init: |
pip3 install sphinx-autobuild
pip3 install -r docs/doc-requirements.txt
pip3 install -e.
command: |
cd docs && make html && cd build/html && python3 -m http.server 8080
sphinx-autobuild docs/source/ docs/build/html/
name: Sphinx preview
ports:
- port: 8080
- port: 8000

0 comments on commit 1d96628

Please sign in to comment.