Skip to content

Commit 12f94dc

Browse files
authored
Merge pull request #1235 from jtpio/gitpod-dev-requirements
Also install dev requirements on Gitpod
2 parents 13ee5f4 + 6e508d2 commit 12f94dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitpod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
tasks:
22
- init: |
33
pip3 install sphinx-autobuild
4+
pip3 install -r dev-requirements.txt
45
pip3 install -r docs/requirements.txt
56
pip3 install -e .
67
command: |
78
sphinx-autobuild docs/source/ docs/_build/html/
89
name: Sphinx preview
10+
911
ports:
1012
- port: 8000

0 commit comments

Comments
 (0)