Update author in latex sphinx doc builds
This commit updates the author in the latex build metadata in the sphinx conf.py. This was set to Anso Labs, LLC from the initial fork out of Nova in 2012. It's highly unlikely that an LLC acquired by Rackspace in 2011 is actually the author of the latex version of the docs so this commit changes it to be "Cinder Contributors" to be accurate. Change-Id: I5f1f7ea2f389783fe8b936d67d0ab99d759c4124
This commit is contained in:
parent
910f534382
commit
2c238038b5
@ -240,7 +240,7 @@ htmlhelp_basename = 'cinderdoc'
|
||||
# [howto/manual]).
|
||||
latex_documents = [
|
||||
('index', 'Cinder.tex', u'Cinder Documentation',
|
||||
u'Anso Labs, LLC', 'manual'),
|
||||
u'Cinder Contributors', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
|
Loading…
x
Reference in New Issue
Block a user