From b632f6ca55679cc08a2fdec515d53e8f3654b1a9 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 20 Aug 2019 06:06:32 +0200 Subject: [PATCH] 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 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 62643da..6db663f 100644 --- a/tox.ini +++ b/tox.ini @@ -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]