Add docs config

Update setup remove ipympl dependency
Update Project Name
add build to Makefile
This commit is contained in:
2021-05-11 19:11:03 +02:00
parent 79190ef2e1
commit d46f544466
6 changed files with 37 additions and 11 deletions

10
stree/.readthedocs.yaml Normal file
View File

@@ -0,0 +1,10 @@
version: 2
sphinx:
configuration: docs/source/conf.py
python:
version: 3.8
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt