From 080e59ed7c74e7a31ef2bc8c75000b0081837f3a Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 11 Oct 2017 08:19:02 -0300 Subject: [doc] add script to build docs --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3