next.py/.readthedocs.yml

17 lines
199 B
YAML
Raw Permalink Normal View History

2024-11-05 17:57:38 +03:00
version: 2
sphinx:
configuration: docs/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs
build:
tools:
python: "3.9"
os: "ubuntu-22.04"