412dfb045e
This patch proposes to publish translated I18n contributor guide(s) using publishdocs tox job. It assumes that the URL structure of translated guides would follow https://docs.openstack.org/developer/i18n/[language-code] scheme. publishdocs tox job first executes docs job which builds the original guide, then it executes build-docs.sh build-docs.sh shell script which outputs translated I18n contributor guide(s) into [language-code] directory from current docs job output directory. Then it copies to publish-docs/developer/i18n directory including translated guide(s). The directory will be synced through infra jenkins job which is implemented later. Note that specifying locale directory in conf.py is needed to enable sphinx-build execution with locale files. Implements: blueprint i18n-guide-translation Co-Authored-By: Akihiro Motoki <amotoki@gmail.com> Change-Id: Id117308190de56bf9a9c4eb712bda82dea6f9e51
15 lines
138 B
Plaintext
15 lines
138 B
Plaintext
/doc/build/
|
|
/publish-docs/
|
|
/openstacki18n.egg-info/
|
|
AUTHORS
|
|
ChangeLog
|
|
dist/
|
|
|
|
*.mo
|
|
|
|
# Python compiled files
|
|
*.pyc
|
|
|
|
# Testenvironment
|
|
.tox/
|