suou/.readthedocs.yaml

17 lines
212 B
YAML
Raw Normal View History

2025-10-10 19:52:48 +02:00
version: 2
build:
os: ubuntu-24.04
tools:
python: "3.13"
sphinx:
configuration: docs/conf.py
2025-10-11 10:40:58 +02:00
python:
install:
- method: pip
path: .
extra_requirements:
- docs
- full