summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Bechtold <tbechtold@suse.com>2019-09-24 09:49:41 +0200
committerThomas Bechtold <tbechtold@suse.com>2019-09-24 09:51:07 +0200
commite379747cd842330e92df06af72bf6815f53051fa (patch)
treeb70583146aab8c791228b286dbf45428b6ffab43 /tox.ini
parentce77eba47940388ae4cf4afd181da5a4ee86d942 (diff)
downloadceilometermiddleware-e379747cd842330e92df06af72bf6815f53051fa.tar.gz
Drop oslosphinx and use openstackdocstheme
OpenStack moved to openstackdocstheme so use it here instead of oslosphinx. Also update the used Sphinx version. This is now in sync with the versions from requirements/global-requirements.txt . Change-Id: I0ffbea9b83abe9d9ae3886e7a427fc01637b36ea
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5e917c2..3e59420 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,7 @@ commands =
[testenv:docs]
basepython = python3
-commands = python setup.py build_sphinx
+commands = sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html
[testenv:debug]
basepython = python3