Use sphinx-build for building the documentation

Follow the project testing interface[1].

[1]
https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: Ifafbbae82d6c7e91df86624df85482689de02478
This commit is contained in:
Thomas Bechtold
2019-08-20 06:06:32 +02:00
parent 389833a2fd
commit b632f6ca55

View File

@@ -28,7 +28,8 @@ commands = {posargs}
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
commands =
sphinx-build -W -b html doc/source doc/build/html
[testenv:lower-constraints]