Feature/add doc #21

Merged
HideyoshiNakazone merged 8 commits from feature/add-doc into main 2025-06-21 21:43:38 +00:00
Showing only changes of commit 02d11f57b2 - Show all commits

19
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,19 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
jobs:
pre_build:
- curl -Ls https://astral.sh/uv/install.sh | sh
- export PATH="$HOME/.cargo/bin:$PATH"
- uv sync
build:
- cd docs
- make html
sphinx:
configuration: docs/source/conf.py