diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3e2fa3c..a1e5628 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,8 +3,12 @@ sphinx: configuration: docs/conf.py fail_on_warning: false +build: + os: ubuntu-22.04 + tools: + python: "3.10" + python: - version: 3.8 install: - requirements: docs/requirements.txt - method: pip