From 2c238038b56f27f7677c9c6f3162e9afa7eead89 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 23 May 2018 16:58:03 -0400 Subject: [PATCH] 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 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2a5ed8c6f5c..2ec6d7fb31d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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