chore(docs): add readthedocs config, add docs link

This commit is contained in:
h
2026-01-19 01:34:29 +01:00
parent ac88a19c13
commit 2dd795d76b
3 changed files with 20 additions and 0 deletions

14
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,14 @@
version: 2
build:
os: ubuntu-24.04
tools:
python: "3.13"
sphinx:
configuration: docs/conf.py
python:
install:
- path: .
- requirements: docs/requirements.txt