From 06d74911f5c8dd5e0f7283a0f57a197aceb0300b Mon Sep 17 00:00:00 2001 From: Andre Fonseca Date: Wed, 9 Nov 2016 21:06:44 -0200 Subject: [PATCH] FIX #23 Adding a doc struct for project. same adopt for thumbor project (Sphinx) --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index 2335e97..4598d44 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,14 @@ reinstall: setup: @pip install -e .[tests] --quiet +setup_docs: + @pip install -r docs/requirements.txt + +build_docs: + @cd docs && make html + +docs: setup_docs build_docs + python -mwebbrowser file:///`pwd`/docs/_build/html/index.html + test: setup @pyvows -c -l tc_aws