| | |
| | | |
| | | # Configuration file for the Sphinx documentation builder. |
| | | # |
| | | # This file only contains a selection of the most common options. For a full |
| | |
| | | # 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' |
| | | |
| | |
| | | \setmainfont{TeX Gyre Heros}% |
| | | \setsansfont{TeX Gyre Heros}% |
| | | % \setmonofont[RawFeature=-tlig]{TeX Gyre Cursor}% |
| | | \setmonofont[Ligatures={NoRequired, NoCommon, NoContextual}]{TeX Gyre Cursor} |
| | | % \setmonofont[Ligatures={NoRequired, NoCommon, NoContextual}]{TeX Gyre Cursor} |
| | | \setmonofont{Courier New}[Scale=MatchLowercase,ScaleAgain=0.9] |
| | | ''', |
| | | 'preamble': r'\input{./mystyle.sty}', |
| | | 'releasename': 'Version', |
| | |
| | | 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', |