Merge "Add tox docs target"

This commit is contained in:
Jenkins 2016-09-21 17:35:01 +00:00 committed by Gerrit Code Review
commit c65f530fdb
3 changed files with 12 additions and 0 deletions

4
.gitignore vendored
View File

@ -2,3 +2,7 @@
*.rpm
*.deb
deployment_scripts/modules/murano
AUTHORS
ChangeLog
docs/plugin_guide/build/

1
test-requirements.txt Normal file
View File

@ -0,0 +1 @@
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD

7
tox.ini Normal file
View File

@ -0,0 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
[testenv:docs]
deps = -r{toxinidir}/test-requirements.txt
commands = sphinx-build -b html {toxinidir}/docs/plugin_guide/source {toxinidir}/docs/plugin_guide/build