Fix build of html docs

Change I379c086a15477da4b0223fddd48035c829992c88 mistakenly generated
HTML docs into the wrong folder.

Change-Id: Ia9a9025b773448598891fc229166b668f21fb7b4
This commit is contained in:
Pierre Riteau 2020-05-12 17:13:19 +02:00
parent 26fda6b697
commit 4209178fcc
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ commands =
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/pdf
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]
deps = -r{toxinidir}/doc/requirements.txt