Move doc to deploy-guide for the documenation

And remove the build-sphinx part of the python module setup as there
are no docs to build.  This is to make this project (which has no
project documenation, but does have a deploy-guide) compatible with the
other deploy-guides.

Depends-On: I96d8e3d958081667df5e69e148e13c6b27c34767
Change-Id: If775b98b4a58cc956e487a6d566d62999eaaf12d
This commit is contained in:
Alex Kavanagh
2017-09-28 17:02:11 -04:00
committed by Andreas Jaeger
parent bed2dd42bd
commit 4493b86a4a
22 changed files with 3 additions and 8 deletions

View File

@@ -14,4 +14,4 @@ deps = -r{toxinidir}/requirements.txt
commands = {posargs}
[testenv:deploy-guide]
commands = sphinx-build -a -d doc/build/doctrees -b html doc/source deploy-guide/build/html
commands = sphinx-build -a -d deploy-guide/build/doctrees -b html deploy-guide/source deploy-guide/build/html