Compare commits
2 Commits
f53c84afeb
...
c655a87a91
Author | SHA1 | Date | |
---|---|---|---|
|
c655a87a91 | ||
|
ab7acf9874 |
2
handbuch
2
handbuch
@ -1 +1 @@
|
|||||||
Subproject commit b87f001084cf88ceea537b84b6d8db9521748773
|
Subproject commit 454118b16c3b08ccda5d36d0048fca5e565610c8
|
@ -19,9 +19,9 @@ import sys
|
|||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = 'Das Handbuch zur WTF eG'
|
project = 'RTFM - Das Handbuch zur WTF eG'
|
||||||
copyright = '2021, diverse'
|
copyright = '2021, diverse'
|
||||||
author = 'evi, helix'
|
author = 'Autorenkollektiv'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '0.0.3'
|
release = '0.0.3'
|
||||||
@ -57,10 +57,37 @@ exclude_patterns = []
|
|||||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# a list of builtin themes.
|
# 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,
|
# 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,
|
# relative to this directory. They are copied after the builtin static files,
|
||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
html_static_path = ['_static']
|
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')
|
||||||
|
Loading…
Reference in New Issue
Block a user