summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-04-15 10:40:01 +0200
committerAndreas Jaeger <aj@suse.com>2020-04-15 11:53:00 +0200
commita9d01eef93eef576bcecabf54e86c3a7a49651c8 (patch)
tree0be0536e3ab324b43e3c026bad7b1a37f7c4841c /tox.ini
parent134d0c57f6949216d8f0aa196dde762db73e1363 (diff)
downloadpython-keystoneclient-a9d01eef93eef576bcecabf54e86c3a7a49651c8.tar.gz
Fix docs publishing
Use sphinx-build so that the output happens in the right place. Remove ChangeLog, instead link to the release notes. Use apidoc for API doc building. Fix main index page display so that title has higher level, use link to OpenDev. Change-Id: Iaa8d7f2143d411be31ad10b546455f18015566f3
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 28578a2..b1d7983 100644
--- a/tox.ini
+++ b/tox.ini
@@ -64,7 +64,7 @@ show-source = True
exclude = .venv,.tox,dist,doc,*egg,build
[testenv:docs]
-commands = python setup.py build_sphinx
+commands = sphinx-build -W -b html doc/source doc/build/html
deps = -r{toxinidir}/doc/requirements.txt
[testenv:pdf-docs]