| | |
| | | author = 'Hostsharing eG' |
| | | |
| | | # The full version, including alpha/beta/rc tags |
| | | release = '1' |
| | | release = changesetid |
| | | |
| | | |
| | | # -- General configuration --------------------------------------------------- |
| | |
| | | # a list of builtin themes. |
| | | # |
| | | html_theme = 'sphinx_rtd_theme' |
| | | |
| | | html_theme_options = { |
| | | 'logo_only': False, |
| | | 'display_version': True, |
| | | 'style_external_links': True, |
| | | 'style_nav_header_background': '#4279bc', |
| | | } |
| | | # Add any paths that contain custom static files (such as style sheets) here, |
| | | # 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'] |
| | | html_logo = 'images/logos/hostsharing-logo-negativ.svg' |
| | | latex_logo = '_static/logo.png' |
| | | latex_basename = 'Hostsharing-Benutzerhandbuch-%s.tex' % changesetid |
| | | #latex_basename = 'Hostsharing-Benutzerhandbuch-%s.tex' % changesetid |
| | | latex_basename = 'Hostsharing-Benutzerhandbuch.tex' |
| | | |
| | | latex_engine = 'lualatex' |
| | | |
| | |
| | | app.add_object_type('role', 'role', |
| | | objname='Rolle', |
| | | indextemplate='pair: %s; Rolle') |
| | | |
| | | rst_epilog = '.. |changesetid| replace:: %s' % changesetid |