diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-05-29 14:08:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-29 14:08:34 +0000 |
commit | 23701b001275581b8b21bb82e4e9f8b7f4ebc56b (patch) | |
tree | 810ede15c709edb4d44a319e02ccb7c4e055b1fb /tox.ini | |
parent | 475090f0d7a679b8c223a225c16eb858cbc7d82d (diff) | |
parent | 42a4bc6d587ae5c980632de0e0805aecd0456235 (diff) |
Merge "Move api out of the docs directory"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ commands = nosetests --with-xunit \ [testenv:docs] basepython = python2.7 -commands = sphinx-build -W -b html docs/api/ docs/api/_build +commands = sphinx-build -W -b html api/ api/_build [testenv:pep8] basepython = python2.7 |