Merge "Update docs config for storyboard bugs"

This commit is contained in:
Zuul 2018-02-03 21:34:38 +00:00 committed by Gerrit Code Review
commit f26aaace87
2 changed files with 6 additions and 2 deletions

View File

@ -60,6 +60,10 @@ pygments_style = 'sphinx'
html_theme = 'openstackdocs'
html_theme_options = {
'show_other_versions': True
}
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project
@ -78,7 +82,7 @@ latex_documents = [
# openstackdocstheme options
repository_name = 'openstack/python-octaviaclient'
bug_project = 'octavia'
bug_project = '911'
bug_tag = 'doc'
html_last_updated_fmt = '%Y-%m-%d %H:%M'

View File

@ -44,7 +44,7 @@ extensions = [
# openstackdocstheme options
repository_name = 'openstack/python-octaviaclient'
bug_project = 'octavia'
bug_project = '911'
bug_tag = 'doc'
# Add any paths that contain templates here, relative to this directory.