Peter Hormanns
2019-12-09 9f8db658bf07b13c3f7051e7bce8b678c2cfd453
source/conf.py
@@ -1,3 +1,4 @@
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
@@ -42,7 +43,11 @@
# 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']
@@ -72,7 +77,7 @@
# 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'
@@ -82,7 +87,8 @@
        \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',
@@ -119,6 +125,11 @@
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',