Merge "Build translated docs"

This commit is contained in:
Zuul 2019-01-17 19:01:38 +00:00 committed by Gerrit Code Review
commit d3d04fc4c6
3 changed files with 5 additions and 2 deletions

View File

@ -84,3 +84,6 @@ latex_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {'http://docs.python.org/': None}
# -- Options for Internationalization output ------------------------------
locale_dirs = ['locale/']

View File

@ -3,5 +3,5 @@
# process, which may cause wedges in the gate later.
sphinx>=1.6.2 # BSD
openstackdocstheme>=1.11.0 # Apache-2.0
openstackdocstheme>=1.28.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0

View File

@ -19,7 +19,7 @@ commands = {posargs}
commands = doc8 -v doc README.rst
[testenv:docs]
commands = sphinx-build -E -W -b html -d doc/build/doctrees doc/source doc/build/html
commands = docstheme-build-translated.sh
[doc8]
# Settings for doc8: