| | |
| | | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
| | | # ones. |
| | | extensions = [ |
| | | 'sphinx.ext.todo', |
| | | 'sphinx.ext.graphviz' |
| | | ] |
| | | |
| | | todo_include_todos = True |
| | | |
| | | # Add any paths that contain templates here, relative to this directory. |
| | | templates_path = ['_templates'] |
| | |
| | | # 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 |
| | | latex_basename = 'Hostsharing-Benutzerhandbuch-%s.tex' % changesetid |
| | | |
| | | latex_engine = 'lualatex' |
| | | |
| | |
| | | latex_show_urls = 'footnote' |
| | | latex_use_xindy = False |
| | | |
| | | latex_documents = [ |
| | | ('index', latex_basename, 'Hostsharing Benutzerhandbuch', |
| | | 'Hostsharing eG', 'manual'), |
| | | ] |
| | | |
| | | def setup(app): |
| | | app.add_object_type('role', 'role', |
| | | objname='Rolle', |