Call document "The Four Opens"

Update sphinx configuration to use "The Four Opens" instead of "Four
Opens".

Change-Id: I29f1abe1839ef3d86640ba1a2ae982d027d0ad39
This commit is contained in:
Andreas Jaeger 2018-11-16 10:25:20 +01:00
parent eca2db19a5
commit e9e55e91f5
1 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
repository_name = 'openstack/four-opens' repository_name = 'openstack/four-opens'
project = u'Four Opens' project = u'The Four Opens'
bug_project = u'four-opens' bug_project = u'four-opens'
use_storyboard = True use_storyboard = True
@ -204,7 +204,7 @@ latex_elements = {
# (source start file, target name, title, # (source start file, target name, title,
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
('index', 'FourOpens.tex', u'Four Opens', ('index', 'FourOpens.tex', u'The Four Opens',
u'OpenStack contributors', 'manual'), u'OpenStack contributors', 'manual'),
] ]
@ -234,7 +234,7 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'fouropens', u'Four Opens', ('index', 'fouropens', u'The Four Opens',
[u'OpenStack contributors'], 1) [u'OpenStack contributors'], 1)
] ]
@ -248,7 +248,7 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'FourOpens', u'Four Opens', ('index', 'FourOpens', u'The Four Opens',
u'OpenStack contributors', 'FourOpens', u'OpenStack contributors', 'FourOpens',
'This book explains the Four Opens of OpenStack.', 'This book explains the Four Opens of OpenStack.',
'Miscellaneous'), 'Miscellaneous'),