diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e962b25..51107d5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,12 +1,15 @@ version: 2 build: - os: "ubuntu-22.04" + os: "ubuntu-24.04" tools: - python: "3.10" + python: "3.12" python: install: - requirements: docs/requirements.txt +sphinx: + configuration: docs/conf.py + formats: all