From 47ad00695251acd4064a6c1a2afe5aabf6870266 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: 2015年11月13日 15:02:29 +0100 Subject: [PATCH] Fix paths for api-guide build Add html for sphinx invocation so that files end in this directory as usual. This is the usual place for sphinx documentation. Change-Id: Iae7a3b91d407c06b7f4d2dce909a15c38ea72b9b --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 523fdb78c069..6c55ae306a89 100644 --- a/tox.ini +++ b/tox.ini @@ -108,13 +108,13 @@ commands = python setup.py build_sphinx bash -c '! find doc/ -type f -name *.json | xargs -t -n1 python -m json.tool 2>&1> /dev/null | grep -B1 -v ^python' oslo-config-generator --config-file=etc/nova/nova-config-generator.conf - sphinx-build -b html api-guide/source api-guide/build + sphinx-build -b html api-guide/source api-guide/build/html [testenv:api-guide] # This environment is called from CI scripts to test and publish # the API Guide to developer.openstack.org. commands = - sphinx-build -b html -d api-guide/build/doctrees api-guide/source api-guide/build + sphinx-build -b html -d api-guide/build/doctrees api-guide/source api-guide/build/html [testenv:docs-constraints] install_command = {[testenv:common-constraints]install_command}

AltStyle によって変換されたページ (->オリジナル) /