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:
Mike Edmunds
2023-05-03 17:21:41 -07:00
parent e8df0ec8e0
commit 2335b9cfc8
2 changed files with 3 additions and 1 deletions

View File

@@ -18,4 +18,6 @@ formats: all
python: python:
install: install:
- path: .
method: pip
- requirements: docs/requirements.txt - requirements: docs/requirements.txt

View File

@@ -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)