diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6888cb0..962a985 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,12 +2,12 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -version: 1 +version: 2 build: - os: "fedora-40" + os: ubuntu-22.04 tools: - python: "3.12.3" + python: "3.12" sphinx: configuration: docs/source/conf.py