rtfm/sphinx/README.md

10 lines
162 B
Markdown
Raw Normal View History

2021-08-01 09:16:50 +02:00
## Installation ##
```
2021-08-01 09:16:50 +02:00
python3 -m venv venv
source venv/bin/activate
pip install sphinxcontrib-plantuml
pip install myst-parser
pip install sphinx_rtd_theme
```