Files
postgrest/.readthedocs.yaml
T
steve-chavez 2e1dc0738a readthedocs doesn't build anymore
Pin the python version to solve it.
2023-05-05 12:04:46 -03:00

11 lines
159 B
YAML

version: 2
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: requirements.txt
build:
os: ubuntu-22.04
tools:
python: "3.11"