Compare commits

..

2 Commits

Author SHA1 Message Date
Gulliver
c655a87a91 updated all configurations with new chapter "organisation.md" 2021-09-05 13:19:08 +02:00
Gulliver
ab7acf9874 updated document sources 2021-09-05 13:12:07 +02:00
2 changed files with 34 additions and 7 deletions

@ -1 +1 @@
Subproject commit b87f001084cf88ceea537b84b6d8db9521748773
Subproject commit 454118b16c3b08ccda5d36d0048fca5e565610c8

View File

@ -19,9 +19,9 @@ import sys
# -- Project information -----------------------------------------------------
project = 'Das Handbuch zur WTF eG'
project = 'RTFM - Das Handbuch zur WTF eG'
copyright = '2021, diverse'
author = 'evi, helix'
author = 'Autorenkollektiv'
# The full version, including alpha/beta/rc tags
release = '0.0.3'
@ -32,8 +32,8 @@ release = '0.0.3'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinxcontrib.plantuml',
'myst_parser'
'sphinxcontrib.plantuml',
'myst_parser'
]
# Add any paths that contain templates here, relative to this directory.
@ -57,10 +57,37 @@ exclude_patterns = []
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = "wtf_coop"
html_theme_path = ["../theme"]
html_logo = "_static/wtf_logo_dark_bg.png"
#html_theme = 'alabaster'
# 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']

# -- Options for LaTex output -------------------------------------------------
latex_elements = {
'papersize': r'a4paper',
'fontpkg': r'''
\usepackage[default]{lato}
%\setmainfont{DejaVu Serif}
%\setsansfont{DejaVu Sans}
%\setmonofont{DejaVu Sans Mono}
''',
'preamble': r'''
\usepackage[titles]{tocloft}
\cftsetpnumwidth {1.25cm}\cftsetrmarg{1.5cm}
\setlength{\cftchapnumwidth}{0.75cm}
\setlength{\cftsecindent}{\cftchapnumwidth}
\setlength{\cftsecnumwidth}{1.25cm}
''',
'fncychap': r'\usepackage[Bjornstrup]{fncychap}',
'printindex': r'\footnotesize\raggedright\printindex',
}
latex_logo = '_static/wtf_coop_header.png'
latex_show_urls = 'footnote'
epub_cover = ('_static/wtf_coop_header.png', 'epub-cover.html')