summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tasks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 0c5bc94..7ab233d 100644
--- a/tasks.py
+++ b/tasks.py
@@ -18,7 +18,8 @@ def devenv(c):
for d in dockers:
cmd += " --docker-dont-stop={}".format(d)
run(cmd)
-
+
+
@task
def build_docs(c):
"""Generates the sphinx documentation."""