diff --git a/.readthedocs.yml b/.readthedocs.yml index eec1cb22a..a0457d465 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,8 +11,11 @@ sphinx: # Optionally build your docs in additional formats such as PDF and ePub formats: all +build: + os: ubuntu-24.04 + tools: + python: 3.8 python: - version: 3.8 install: - requirements: docs/requirements.txt - method: pip