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: Ife8461f00ba2206d18ae45837bbc31d211e29841
This commit is contained in:
Andreas Jaeger
2019-09-04 06:53:40 +02:00
parent 749e435941
commit 6f761f6bf0

View File

@@ -107,7 +107,7 @@ bug_tag = ''
# (source start file, target name, title, author, documentclass
# [howto/manual]).
latex_documents = [
('index', 'python-cinderclient.tex', u'Cinder Client Documentation',
('index', 'doc-python-cinderclient.tex', u'Cinder Client Documentation',
u'Cinder Contributors', 'manual'),
]