docs: init readthedocs support (#783)

This commit is contained in:
Yineng Zhang
2024-07-28 16:50:31 +10:00
committed by GitHub
parent 68e5262699
commit 948625799e
16 changed files with 246 additions and 6 deletions

17
docs/en/.readthedocs.yaml Normal file
View File

@@ -0,0 +1,17 @@
version: 2
formats: all
build:
os: "ubuntu-22.04"
tools:
python: "3.12"
sphinx:
configuration: docs/en/conf.py
python:
install:
- requirements: docs/requirements.txt