From c475526677a9ed40edaf2f474f404b38166eb8d9 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Fri, 19 Jun 2015 19:43:49 -0700 Subject: Initial implementation of docs --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index dde7b69..7f7e67e 100644 --- a/tox.ini +++ b/tox.ini @@ -4,3 +4,9 @@ envlist = py26, py27, pypy, py33 [testenv] commands = python setup.py nosetests + +[testenv:docs] +commands = + pip install -r docs-requirements.txt + sphinx-apidoc -o docs/apidoc/ pymemcache + sphinx-build -b html docs/ docs/_build -- cgit v1.2.1