mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Move deprecated python.version to build.tools.python, use latest stable Python 3 (rather than pinning 3.7).
22 lines
377 B
YAML
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
|