From 18f3d64e4ca3b775e47083a3b7065f7308f8c877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 3 Nov 2016 12:38:31 -0400 Subject: [PATCH] PDF docs: add logo and fix authors the PDF documentation looks much better with those --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 26d405d11..8087b4300 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -199,12 +199,12 @@ # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'Borg.tex', 'Borg Documentation', - 'see "AUTHORS" file', 'manual'), + 'The Borg Collective', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of # the title page. -#latex_logo = None +latex_logo = '_static/logo.png' # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters.