Skip to content

Commit

Permalink
Add specific docs build option to tox
Browse files Browse the repository at this point in the history
Now the documentation can be build in a clean virtual env with "tox
-edocs".

Change-Id: I0f2752f200caa21ad0f26e53df5c2757dd94c78a
  • Loading branch information
toabctl committed Dec 29, 2014
1 parent 110f3bc commit 09c75a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Expand Up @@ -48,6 +48,9 @@ commands = {toxinidir}/tools/config/generate_sample.sh -b . -p cinder -o etc/cin
[testenv:venv]
commands = {posargs}

[testenv:docs]
commands = python setup.py build_sphinx

[flake8]
# Following checks are ignored on purpose.
#
Expand Down

0 comments on commit 09c75a8

Please sign in to comment.