mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-19 19:31:06 -05:00
Fix ReadTheDocs build
- Docs build now requires package installed - Update tox docs to use Python 3.11, same as RTD
This commit is contained in:
@@ -18,4 +18,6 @@ formats: all
|
|||||||
|
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
|
- path: .
|
||||||
|
method: pip
|
||||||
- requirements: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
|
|||||||
2
tox.ini
2
tox.ini
@@ -102,7 +102,7 @@ commands =
|
|||||||
pre-commit run --all-files
|
pre-commit run --all-files
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python3.10
|
basepython = python3.11
|
||||||
passenv =
|
passenv =
|
||||||
CONTINUOUS_INTEGRATION
|
CONTINUOUS_INTEGRATION
|
||||||
# (but not any of the live test API keys)
|
# (but not any of the live test API keys)
|
||||||
|
|||||||
Reference in New Issue
Block a user