Compare commits

...

2 Commits

Author SHA1 Message Date
Gulliver
f53c84afeb Merge branch 'feature/wtf_coop_theme'
* feature/wtf_coop_theme:
  feat: updated handbuch
  docs: reduced install efforts with creation of requirements.txt
  chore: added plantuml.jar to .gitignore
  feat: 1st wtf_coop theme based on read the docs
  fix: whitespace
  feat: updated handbuch
  feat: updated handbuch
  feat: start over clean
  fix: whitespace
  updated submodule  handbuch
  fix: reduced maxdepth of index to 2 to reduce clutter
  Makefile adapted to changed pdf filename (changed title)
  changed title, authors and release version
  initial sphinx settings for epub (cover page contains only logo for now)
  initial settings for wtf cooperative latex CI added
  theme adapted to wtf CI, logo included, links in header changed to wtf service urls
  new theme wtf_coop created from sphinx13, config changed to use new theme, no further adapations than filenames are done

# Conflicts:
#	sphinx/source/conf.py
2021-09-05 09:01:01 +02:00
Gulliver
dc8644dfe5 updated all configurations with new chapter "organisation.md" 2021-08-31 13:57:37 +02:00
5 changed files with 13 additions and 37 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 4cc1f50802e10ddf93a5c657aa20cd6b4db87f57
Subproject commit b87f001084cf88ceea537b84b6d8db9521748773

View File

@ -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)

View File

@ -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')


View File

@ -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