feat: start over clean

Just our font files and fonts.css. This results in a standard
ReadTheDocs layout without customizations.
This commit is contained in:
Stephan
2021-08-28 15:02:52 +02:00
parent 23184886f1
commit bc1be7804c
56 changed files with 4104 additions and 528 deletions

View File

@ -1,9 +1,10 @@
## Installation ##
``
```
python3 -m venv venv
source venv/bin/activate
pip install sphinxcontrib-plantuml
pip install myst-parser
````
pip install sphinx_rtd_theme
```