From a71fe96dbab4510cc657f474c3b63a17bfa95bc9 Mon Sep 17 00:00:00 2001 From: Edan David Date: Thu, 2 Jun 2016 01:22:34 -0400 Subject: [PATCH] Fix typo: 'olso' to 'oslo' Change-Id: I1f09eac652f7887d57da5c8d5d1245b0e1d96dd5 --- releasenotes/source/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 669f9e1..d3b9315 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -190,7 +190,7 @@ html_static_path = ['_static'] # html_file_suffix = None # Output file base name for HTML help builder. -htmlhelp_basename = 'olso.configReleaseNotesdoc' +htmlhelp_basename = 'oslo.configReleaseNotesdoc' # -- Options for LaTeX output --------------------------------------------- @@ -210,8 +210,8 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('index', 'olso.configReleaseNotes.tex', - u'olso.db Release Notes Documentation', + ('index', 'oslo.configReleaseNotes.tex', + u'oslo.db Release Notes Documentation', u'oslo.db Developers', 'manual'), ] @@ -241,7 +241,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'olso.configreleasenotes', + ('index', 'oslo.configreleasenotes', u'oslo.db Release Notes Documentation', [u'oslo.db Developers'], 1) ] @@ -258,7 +258,7 @@ man_pages = [ texinfo_documents = [ ('index', 'oslo.dbReleaseNotes', u'oslo.db Release Notes Documentation', - u'oslo.db Developers', 'olso.configReleaseNotes', + u'oslo.db Developers', 'oslo.configReleaseNotes', 'An OpenStack library for parsing configuration options from the command' ' line and configuration files.', 'Miscellaneous'),