diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3f99bb93..00956b64 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,10 +1,13 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.10" sphinx: builder: html configuration: docs/conf.py formats: all python: - version: 3.8 install: - requirements: docs/requirements.txt - method: pip