Move doc location to the new structure

During the doc migration spec, the location of published document
is changed to /<project>/latest. The i18n guide is now published
in their own way, so we need to switch the new location manually.

Change-Id: I2d4c885810a60db19af6fdf93d1ee8d7a8f81142
This commit is contained in:
Akihiro Motoki 2017-07-01 07:43:32 +00:00
parent 0933b1287a
commit 7225d59f2a
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@ commands =
# Build translated guides
{toxinidir}/tools/build-docs.sh
# Publish
mkdir -p publish-docs/developer/i18n
rsync -av --delete doc/build/html/ publish-docs/developer/i18n/
{toxinidir}/tools/add-marker.sh publish-docs/developer/i18n/
mkdir -p publish-docs/i18n/latest
rsync -av --delete doc/build/html/ publish-docs/i18n/latest/
{toxinidir}/tools/add-marker.sh publish-docs/i18n/latest/
whitelist_externals =
mkdir
rsync