fix: whitespace

This commit is contained in:
Stephan 2021-08-28 16:19:24 +02:00
parent 5f18d2edcb
commit fea40e0214

View File

@ -19,7 +19,7 @@ import sys
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'RTFM - Das Handbuch zur WTF eG' project = 'RTFM - Das Handbuch zur WTF eG'
copyright = '2021, diverse' copyright = '2021, diverse'
author = 'Autorenkollektiv' author = 'Autorenkollektiv'
@ -34,7 +34,7 @@ release = '0.0.1'
# ones. # ones.
extensions = [ extensions = [
'sphinxcontrib.plantuml', 'sphinxcontrib.plantuml',
'myst_parser' 'myst_parser'
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
@ -87,7 +87,7 @@ latex_elements = {
'fncychap': r'\usepackage[Bjornstrup]{fncychap}', 'fncychap': r'\usepackage[Bjornstrup]{fncychap}',
'printindex': r'\footnotesize\raggedright\printindex', 'printindex': r'\footnotesize\raggedright\printindex',
} }
latex_logo = '_static/wtf_coop_header.png' latex_logo = '_static/wtf_coop_header.png'
latex_show_urls = 'footnote' latex_show_urls = 'footnote'
epub_cover = ('_static/wtf_coop_header.png', 'epub-cover.html') epub_cover = ('_static/wtf_coop_header.png', 'epub-cover.html')