summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks.py b/tasks.py
index 0fbb5e8..313986d 100644
--- a/tasks.py
+++ b/tasks.py
@@ -29,6 +29,7 @@ def devenv(c):
@task
def build_docs(c):
"""Generates the sphinx documentation."""
+ _generate_keys()
run("tox -e docs")