Files
django-anymail/.readthedocs.yml
medmunds 39e822321f Docs: update readthedocs.yml config
Move deprecated python.version to build.tools.python,
use latest stable Python 3 (rather than pinning 3.7).
2023-02-08 13:15:41 -08:00

22 lines
377 B
YAML

# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
# "last stable CPython version":
python: "3"
sphinx:
configuration: docs/conf.py
builder: dirhtml
# Additional formats to build:
formats: all
python:
install:
- requirements: docs/requirements.txt