From 602de998674ef104c0b31c8c0cee276f8f483004 Mon Sep 17 00:00:00 2001 From: Jan Ulrich Hasecke <jan.ulrich@hasecke.com> Date: Fri, 03 Jan 2020 11:00:43 +0100 Subject: [PATCH] Korrekturen Michael --- source/conf.py | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/source/conf.py b/source/conf.py index 4add867..73d93d7 100644 --- a/source/conf.py +++ b/source/conf.py @@ -29,7 +29,7 @@ # -- Project information ----------------------------------------------------- -project = 'Hostsharing Benutzerhandbuch' +project = 'Benutzerhandbuch' copyright = '2019, Hostsharing eG' author = 'Hostsharing eG' @@ -77,7 +77,8 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] - +html_extra_path = ['_static/robots.txt'] +latex_logo = '_static/logo.png' latex_basename = 'Hostsharing-Benutzerhandbuch-%s.tex' % changesetid latex_engine = 'lualatex' @@ -127,8 +128,8 @@ latex_use_xindy = False latex_documents = [ - ('index', latex_basename, 'Hostsharing Benutzerhandbuch', - 'Hostsharing eG', 'manual'), + ('index', latex_basename, project, + author, 'manual'), ] def setup(app): -- Gitblit v1.9.3