summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tasks.py b/tasks.py
index 137d177..e482194 100644
--- a/tasks.py
+++ b/tasks.py
@@ -21,6 +21,12 @@ def devenv(c):
@task
+def build_docs(c):
+ """Generates the sphinx documentation."""
+ run("tox -e docs")
+
+
+@task
def linters(c):
"""Run code linters"""
run("tox -e linters")