summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim I. Kirshen <c@kirshen.com>2021-11-23 15:15:33 +0200
committerChayim I. Kirshen <c@kirshen.com>2021-11-23 15:15:33 +0200
commitd2b592fe775ac50fee2e19b54924ce76c4909c1d (patch)
treeb96da93fddbea4ef943c0f4ff3108b1fccaec8d9
parent872abc66913742748307d331e7f63173f4882368 (diff)
downloadredis-py-ck-docgen-startkit.tar.gz
-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."""