Fix docs publishing

This repo has been using the outdated pbr sphinx integration and thus
Ic5d22bbc3d1ece72a7611e023d54d456f6f1a211 broke docs publishing.

Use the new way of docs building everywhere with running sphinx-build to
fix docs publishing.

Change-Id: I839369ed9f61262d6f715ebaa491201218ff2d91
This commit is contained in:
Andreas Jaeger 2020-04-08 11:30:56 +02:00
parent 3b546a362b
commit 045811b0d2
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ commands =
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
commands =
sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]
envdir = {toxworkdir}/docs