Files
django-anymail/.readthedocs.yml
Mike Edmunds 2335b9cfc8 Fix ReadTheDocs build
- Docs build now requires package installed
- Update tox docs to use Python 3.11, same as RTD
2023-05-03 17:21:41 -07:00

24 lines
409 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:
- path: .
method: pip
- requirements: docs/requirements.txt