Initial commit

This commit is contained in:
2024-01-25 11:22:01 +00:00
commit c89d0e6594
12 changed files with 364 additions and 0 deletions

13
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,13 @@
version: "2"
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
python:
install:
- requirements: docs/requirements.txt
sphinx:
configuration: docs/source/conf.py