commit | c392cf94fd30c188c560b688bc2ad18a7a784274 | [log] [tgz] |
---|---|---|
author | Graham Hayes <graham.hayes@hpe.com> | Thu Feb 23 16:06:04 2017 -0500 |
committer | Tim Simmons <tim.simmons@rackspace.com> | Mon Feb 27 21:21:54 2017 +0000 |
tree | 92becc0ef6e4c3df679765dda9270bc976dd403a | |
parent | f90cfcf912586b833fde0f80dbb622b0dab3f3a2 [diff] [blame] |
Add Docs for plugin Change-Id: I0064553874e621da17fcc742868b4373c233bb7b
diff --git a/tox.ini b/tox.ini index 9c21dac..4d10a0a 100644 --- a/tox.ini +++ b/tox.ini
@@ -34,6 +34,11 @@ basepython = python2.7 commands = sh tools/pretty_flake8.sh + +[testenv:docs] +commands = rm -rf doc/build + sphinx-build -E -W -b html doc/source doc/build/html + [testenv:bashate] deps = bashate whitelist_externals = bash