diff --git a/.readthedocs.yml b/.readthedocs.yml index 314a0e0..2d125b5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,4 +18,6 @@ formats: all python: install: + - path: . + method: pip - requirements: docs/requirements.txt diff --git a/tox.ini b/tox.ini index 5b09d65..f061121 100644 --- a/tox.ini +++ b/tox.ini @@ -102,7 +102,7 @@ commands = pre-commit run --all-files [testenv:docs] -basepython = python3.10 +basepython = python3.11 passenv = CONTINUOUS_INTEGRATION # (but not any of the live test API keys)