From 8d62b509a27b8a4e3e0afc2c31af4c0028303fc1 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Tue, 28 May 2019 10:26:05 +0200 Subject: [PATCH] Fix #1292 -- Fix build of PDF documentation --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index c0b7ce26c7..03c83454b8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -234,7 +234,7 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('contents', 'pretix.tex', 'pretix Documentation', + ('index', 'pretix.tex', 'pretix Documentation', 'Raphael Michel', 'manual'), ]