summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 61664834..3d295ed8 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,9 @@ default:
upload_packages:
python setup.py sdist bdist_wheel --universal upload --sign -i $(MAINTAINER) -r pypi
+
+docs:
+ (cd docs && make html)
+
+docs-using-virtualenv:
+ ./scripts/docs/build-soledad-doc.sh