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:
parent
0933b1287a
commit
7225d59f2a
6
tox.ini
6
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user