Merge "Add translated docs building"

This commit is contained in:
Zuul 2018-12-06 22:38:52 +00:00 committed by Gerrit Code Review
commit 2e39040d80
3 changed files with 21 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# The order of packages is significant, because pip processes them in the order # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
openstackdocstheme>=1.27.1 # Apache-2.0 openstackdocstheme>=1.28 # Apache-2.0
doc8>=0.6.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD

19
setup.cfg Normal file
View File

@ -0,0 +1,19 @@
[metadata]
name = operations-guide
summary = OpenStack Operations Guide
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = http://docs.openstack.org/operations-guide
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Topic :: Documentation
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]

View File

@ -13,4 +13,4 @@ deps =
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
commands = commands =
doc8 doc/source -e txt -e rst doc8 doc/source -e txt -e rst
sphinx-build -E -W -b html doc/source doc/build/html docstheme-build-translated.sh