From e028e0922e92db89c918f3e1e4a727c7f4336f8c Mon Sep 17 00:00:00 2001 From: vponomaryov Date: Wed, 26 Nov 2014 15:12:09 +0200 Subject: [PATCH] Add 'docs' tox job for generation of docs Add tox job for generation of docs, that allows developers to generate their own docs before submitting code change. Change-Id: I84f15301d72f0a94cdae36ee79756d52043e014b Closes-Bug: #1395071 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index b4b52c6f0..ec8282216 100644 --- a/tox.ini +++ b/tox.ini @@ -21,6 +21,9 @@ commands = [testenv:venv] commands = {posargs} +[testenv:docs] +commands = python setup.py build_sphinx + [testenv:functional] setenv = VIRTUAL_ENV = {envdir}