From 112e8a9a430888083bce2a4f0425fc76e21018ca Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 4 Sep 2019 06:49:30 +0200 Subject: [PATCH] Change PDF file name The previously choosen PDF file name conflicts in some repos with the project logos (badge). Thus change https://review.opendev.org/679777 renames the desired PDF name to be doc-PROJECT.pdf to allow using the badge in PDF files. Follow this rename. Change-Id: I859b38b139a37cb092b5d6c11998b7400613c342 --- 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 140a791bdcf..b45669ec47d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -227,7 +227,7 @@ htmlhelp_basename = 'cinderdoc' # (source start file, target name, title, author, documentclass # [howto/manual]). latex_documents = [ - ('index', 'cinder.tex', u'Cinder Documentation', + ('index', 'doc-cinder.tex', u'Cinder Documentation', u'Cinder Contributors', 'manual'), ]