mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 20:59:47 +02:00
Documentation for .env variables
This commit is contained in:
parent
a677797381
commit
13d0811635
6 changed files with 457 additions and 139 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue