Simplify governance website title
Currently governance.o.o displays the following HTML title: "OpenStack Technical Committee Governance Documents -- OpenStack Governance 2014.1.0.dev1713 documentation". This change simplifies it and removes the odd version number. Removes upper copyright year while we are at it. Change-Id: I0487e6d6ed6ac55ff782cb197943a521eb91771e
This commit is contained in:
parent
459b6523bb
commit
b16477f6a3
@ -57,7 +57,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'OpenStack Governance'
|
project = u'OpenStack Governance'
|
||||||
copyright = u'2013-2014, OpenStack Technical Committee'
|
copyright = u'2013 OpenStack Technical Committee'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
@ -110,7 +110,7 @@ html_theme = 'nature'
|
|||||||
|
|
||||||
# The name for this set of Sphinx documents. If None, it defaults to
|
# The name for this set of Sphinx documents. If None, it defaults to
|
||||||
# "<project> v<release> documentation".
|
# "<project> v<release> documentation".
|
||||||
#html_title = None
|
html_title = 'OpenStack Technical Committee Governance Documents'
|
||||||
|
|
||||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||||
#html_short_title = None
|
#html_short_title = None
|
||||||
@ -254,7 +254,7 @@ texinfo_documents = [
|
|||||||
epub_title = u'OpenStack Governance'
|
epub_title = u'OpenStack Governance'
|
||||||
epub_author = u'OpenStack Technical Committee'
|
epub_author = u'OpenStack Technical Committee'
|
||||||
epub_publisher = u'OpenStack Technical Committee'
|
epub_publisher = u'OpenStack Technical Committee'
|
||||||
epub_copyright = u'2013-2014, OpenStack Technical Committee'
|
epub_copyright = u'2013 OpenStack Technical Committee'
|
||||||
|
|
||||||
# The language of the text. It defaults to the language option
|
# The language of the text. It defaults to the language option
|
||||||
# or en if the language is not set.
|
# or en if the language is not set.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
====================================================
|
===============================
|
||||||
OpenStack Technical Committee Governance Documents
|
OpenStack Technical Committee
|
||||||
====================================================
|
===============================
|
||||||
|
|
||||||
The OpenStack Technical Committee is one of the governing bodies of the
|
The OpenStack Technical Committee is one of the governing bodies of the
|
||||||
OpenStack project. It is an elected group that represents the contributors
|
OpenStack project. It is an elected group that represents the contributors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user