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: I5e3fd82455b121e99f85d050a31f399b0986a920
This commit is contained in:
Andreas Jaeger 2019-09-04 06:56:22 +02:00
parent 12f7525f89
commit 89787696b2
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ htmlhelp_basename = 'neutronvpnaasdashboarddoc'
# -- Options for LaTeX output ------------------------------------------------
latex_documents = [
('index', 'neutron-vpnaas-dashboard.tex',
('index', 'doc-neutron-vpnaas-dashboard.tex',
u'Neutron VPNaaS Dashboard Documentation',
u'Neutron Contributors', 'howto'),
]