diff options
| author | Chayim I. Kirshen <c@kirshen.com> | 2021-11-23 15:15:33 +0200 |
|---|---|---|
| committer | Chayim I. Kirshen <c@kirshen.com> | 2021-11-23 15:15:33 +0200 |
| commit | d2b592fe775ac50fee2e19b54924ce76c4909c1d (patch) | |
| tree | b96da93fddbea4ef943c0f4ff3108b1fccaec8d9 | |
| parent | 872abc66913742748307d331e7f63173f4882368 (diff) | |
| download | redis-py-ck-docgen-startkit.tar.gz | |
flake8ck-docgen-startkit
| -rw-r--r-- | tasks.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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.""" |
