Compare commits
2 Commits
c655a87a91
...
f53c84afeb
Author | SHA1 | Date | |
---|---|---|---|
|
f53c84afeb | ||
|
dc8644dfe5 |
@ -17,6 +17,7 @@ output: [pdf, epub, html]
|
||||
|
||||
## List of chapters
|
||||
+ ../handbuch/intro.md
|
||||
+ ../handbuch/organisation.md
|
||||
+ ../handbuch/dienste.md
|
||||
+ ../handbuch/FAQ.md
|
||||
+ ../handbuch/Aufnahmeprozess.md
|
||||
|
2
handbuch
2
handbuch
@ -1 +1 @@
|
||||
Subproject commit 4cc1f50802e10ddf93a5c657aa20cd6b4db87f57
|
||||
Subproject commit b87f001084cf88ceea537b84b6d8db9521748773
|
@ -1,7 +1,9 @@
|
||||
# Inhaltsverzeichnis
|
||||
|
||||
- [Wichtige Links](../../Handbuch/intro.md)
|
||||
- [Dienste und Organisation](../../Handbuch/dienste.md)
|
||||
|
||||
- [Organisation](../../handbuch/organisation.md)
|
||||
- [Dienste](../../Handbuch/dienste.md)
|
||||
- [Aufnahmeprozess](../../Handbuch/Aufnahmeprozess.md)
|
||||
- [Wegweiser für neue Mitglieder](../../Handbuch/Wegweiser.md)
|
||||
- [Auszahlung](../../Handbuch/Auszahlung.md)
|
||||
|
@ -19,13 +19,12 @@ import sys
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = 'RTFM - Das Handbuch zur WTF eG'
|
||||
project = 'Das Handbuch zur WTF eG'
|
||||
copyright = '2021, diverse'
|
||||
author = 'Autorenkollektiv'
|
||||
author = 'evi, helix'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '0.0.1'
|
||||
|
||||
release = '0.0.3'
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
@ -33,8 +32,8 @@ release = '0.0.1'
|
||||
# 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.
|
||||
@ -58,37 +57,10 @@ exclude_patterns = []
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# a list of builtin themes.
|
||||
#
|
||||
html_theme = "wtf_coop"
|
||||
html_theme_path = ["../theme"]
|
||||
html_logo = "_static/wtf_logo_dark_bg.png"
|
||||
#html_theme = 'alabaster'
|
||||
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')
|
||||
|
||||
|
@ -11,6 +11,7 @@ RTFM - Das Handbuch zur wtf Kooperative eG
|
||||
:caption: Contents:
|
||||
|
||||
handbuch/intro.md
|
||||
handbuch/organisation.md
|
||||
handbuch/dienste.md
|
||||
handbuch/FAQ.md
|
||||
handbuch/Aufnahmeprozess.md
|
||||
|
Loading…
Reference in New Issue
Block a user