From 714fa42eb1a1b6400a1ddd2363a62b2d4bbf2058 Mon Sep 17 00:00:00 2001 From: Boxiang Zhu Date: Tue, 13 Sep 2022 14:43:07 +0800 Subject: [PATCH] docs: Fix pdf doc name Fix pdf doc name Change-Id: Idf2347a0ce96297d111e23f85e9d27b9470b3db8 --- 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 1dceedf4..280a992c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -209,7 +209,7 @@ htmlhelp_basename = 'SkylineConsoledoc' # (source start file, target name, title, author, documentclass # [howto/manual]). latex_documents = [ - ('index', 'SkylineConsoledoc.tex', u'Skyline Console Developer Documentation', + ('index', 'doc-skyline-console.tex', u'Skyline Console Developer Documentation', u'Skyline Console contributors', 'manual'), ]