Documentation for .env variables

This commit is contained in:
Agate 2020-04-20 13:48:19 +02:00
parent a677797381
commit 13d0811635
6 changed files with 457 additions and 139 deletions

View file

@ -6,5 +6,5 @@ call(["python", "-m", "sphinx", ".", "/tmp/_build"])
from livereload import Server, shell
server = Server()
server.watch(".", shell("python -m sphinx . /tmp/_build"))
server.watch("..", shell("python -m sphinx . /tmp/_build"))
server.serve(root="/tmp/_build/", liveport=35730, port=8001, host="0.0.0.0")