Skip Installing Parse when building documentation 39/64739/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 8 Nov 2018 05:17:08 +0000 (21:17 -0800)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 8 Nov 2018 05:17:08 +0000 (21:17 -0800)
commitb89bfac8c2980ac9c68598da19fbe97596e772a8
tree469d5949c8c97d6ca41f96e59448bb46a68eaec7
parent26fc7a76a06c83eae2a75a262953b3d8d9bb00b3
Skip Installing Parse when building documentation

'usedevelop = True' is set in the tox '[testenv]', so every tox env
including documentation will build and install the parser code.

Disabling this for the docs and docs-linkcheck environments should speed
up builds and feedback on documentation changes.

Change-Id: I72780b852ff56608313efb099ad1eeb4b665143b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
tox.ini