diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2b79dbeec3..28253864fa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,10 @@ version: 2 sphinx: configuration: docs/conf.py -python: - install: - - requirements: doc/requirements.txt +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + jobs: + post_create_environment: + - cd docs && pip install --exists-action=w --no-cache-dir -r requirements.txt