handbuch-gen/sphinx
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
..
source Merge branch 'feature/wtf_coop_theme' 2021-09-05 09:01:01 +02:00
theme/wtf_coop feat: 1st wtf_coop theme based on read the docs 2021-08-28 16:35:48 +02:00
Makefile added initial sphinx config for book generation 2021-07-29 09:41:29 +02:00
README.md docs: reduced install efforts with creation of requirements.txt 2021-08-28 16:48:06 +02:00

Installation

  1. Virtuelle Pythonumgebung erstellen: python3 -m venv venv
  2. Virtuelle Umgebung aktivieren: source venv/bin/activate
  3. Pakete aus requirements.txt installieren: pip install -r requirements.txt