| | |
| | | |
| | | # -- Project information ----------------------------------------------------- |
| | | |
| | | project = 'Hostsharing Benutzerhandbuch' |
| | | project = 'Benutzerhandbuch' |
| | | copyright = '2019, Hostsharing eG' |
| | | author = 'Hostsharing eG' |
| | | |
| | |
| | | # so a file named "default.css" will overwrite the builtin "default.css". |
| | | html_static_path = ['_static'] |
| | | |
| | | latex_logo = '_static/logo.png' |
| | | latex_basename = 'Hostsharing-Benutzerhandbuch-%s.tex' % changesetid |
| | | |
| | | latex_engine = 'lualatex' |
| | |
| | | latex_use_xindy = False |
| | | |
| | | latex_documents = [ |
| | | ('index', latex_basename, 'Hostsharing Benutzerhandbuch', |
| | | 'Hostsharing eG', 'manual'), |
| | | ('index', latex_basename, project, |
| | | author, 'manual'), |
| | | ] |
| | | |
| | | def setup(app): |