diff options
author | Thomas Bechtold <tbechtold@suse.com> | 2019-09-24 09:49:41 +0200 |
---|---|---|
committer | Thomas Bechtold <tbechtold@suse.com> | 2019-09-24 09:51:07 +0200 |
commit | e379747cd842330e92df06af72bf6815f53051fa (patch) | |
tree | b70583146aab8c791228b286dbf45428b6ffab43 /tox.ini | |
parent | ce77eba47940388ae4cf4afd181da5a4ee86d942 (diff) | |
download | ceilometermiddleware-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |