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:
committed by
Andreas Jaeger
parent
bed2dd42bd
commit
4493b86a4a
2
tox.ini
2
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user