Fix docs publishing

Docs need to end in doc/build/html for proper publishing, fix
change I8c81e0c1944c239e460befbf886993270902ee04.

Change-Id: Iee0c8b481ecbe0187eb9acc13bf41c6363bd95ed
This commit is contained in:
Andreas Jaeger 2020-04-14 12:51:36 +02:00
parent a98989b2ef
commit 738f22c4a9
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ deps =
commands =
rm -rf doc/html doc/build
rm -rf doc/source/apidoc doc/source/api
sphinx-build -W -b html doc/source doc/build
sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]
deps = {[testenv:docs]deps}