Merge "Declare parallel reading safe"

This commit is contained in:
Jenkins 2017-07-06 13:57:03 +00:00 committed by Gerrit Code Review
commit dec179542e
1 changed files with 3 additions and 0 deletions

View File

@ -113,3 +113,6 @@ def setup(app):
'openstackdocs',
os.path.abspath(os.path.dirname(__file__)) + '/theme/openstackdocs',
)
return {
'parallel_read_safe': True,
}