diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 001c5db..0a9442a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,9 +4,9 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.12" + python: "3.13" python: install: @@ -14,5 +14,6 @@ python: sphinx: configuration: docs/source/conf.py - formats: all + +formats: all