| | |
| | | |
| | | # Configuration file for the Sphinx documentation builder. |
| | | # |
| | | # This file only contains a selection of the most common options. For a full |
| | |
| | | |
| | | # -- Project information ----------------------------------------------------- |
| | | |
| | | project = 'Hostsharing Benutzerhandbuch' |
| | | project = 'Benutzerhandbuch' |
| | | copyright = '2019, Hostsharing eG' |
| | | author = 'Hostsharing eG' |
| | | |
| | |
| | | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
| | | # ones. |
| | | extensions = [ |
| | | 'sphinx.ext.todo', |
| | | 'sphinx_rtd_theme', |
| | | 'sphinx.ext.graphviz' |
| | | ] |
| | | |
| | | todo_include_todos = True |
| | | |
| | | # Add any paths that contain templates here, relative to this directory. |
| | | templates_path = ['_templates'] |
| | |
| | | # 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'] |
| | | |
| | | latex_basename = 'Software-Dokumentation-mit-Sphinx-%s.tex' % changesetid |
| | | html_extra_path = ['_static/robots.txt'] |
| | | latex_logo = '_static/logo.png' |
| | | latex_basename = 'Hostsharing-Benutzerhandbuch-%s.tex' % changesetid |
| | | |
| | | latex_engine = 'lualatex' |
| | | |
| | |
| | | latex_show_urls = 'footnote' |
| | | latex_use_xindy = False |
| | | |
| | | latex_documents = [ |
| | | ('index', latex_basename, project, |
| | | author, 'manual'), |
| | | ] |
| | | |
| | | def setup(app): |
| | | app.add_object_type('role', 'role', |
| | | objname='Rolle', |