next.py/.readthedocs.yml
2024-11-05 14:57:38 +00:00

16 lines
199 B
YAML

version: 2
sphinx:
configuration: docs/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs
build:
tools:
python: "3.9"
os: "ubuntu-22.04"