Move build location for sphinx builds

Change-Id: I834f16fcf2c3582893d38baa455db7160331a653
This commit is contained in:
Ade Lee 2017-09-06 16:58:53 -04:00
parent bed63f8d2a
commit 59d7ba6834
2 changed files with 10 additions and 1 deletions

View File

@ -23,6 +23,15 @@ classifier =
packages =
novajoin_tempest_plugin
[build_sphinx]
all-files = 1
warning-is-error = 1
source-dir = doc/source
build-dir = doc/build
[upload_sphinx]
upload-dir = doc/build/html
[entry_points]
tempest.test_plugins =
novajoin_tests = novajoin_tempest_plugin.plugin:NovajoinTempestPlugin

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py27,pypy,pep8
envlist = py35,py27,pep8,docs
skipsdist = True
[testenv]