mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
- Docs build now requires package installed - Update tox docs to use Python 3.11, same as RTD
24 lines
409 B
YAML
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
|