diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..c15d1534 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,9 @@ +tasks: + - init: | + pip3 install -r docs/doc-requirements.txt + pip3 install -e. + command: | + cd docs && make html && cd build/html && python3 -m http.server 8080 + name: Sphinx preview +ports: +- port: 8080