diff options
| author | Andreas Jaeger <aj@suse.com> | 2019-09-04 06:53:40 +0200 |
|---|---|---|
| committer | Andreas Jaeger <aj@suse.com> | 2019-09-04 06:53:40 +0200 |
| commit | 6f761f6bf0764e4b42a56dbd73c24adf6be038e2 (patch) | |
| tree | ec90f5dc983256c4b0f1aaaf264f9d4bcaaf5469 /doc/source | |
| parent | 749e4359410ed3e8c23f1af3ea0dd4ffe247843d (diff) | |
| download | python-cinderclient-6f761f6bf0764e4b42a56dbd73c24adf6be038e2.tar.gz | |
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
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 839fe56..6642cbf 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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'), ] |
