forked from gulliver/rtfm
f53c84afeb
* 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 |
||
---|---|---|
.. | ||
source | ||
theme/wtf_coop | ||
Makefile | ||
README.md |
Installation
- Virtuelle Pythonumgebung erstellen:
python3 -m venv venv
- Virtuelle Umgebung aktivieren:
source venv/bin/activate
- Pakete aus
requirements.txt
installieren:pip install -r requirements.txt