diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 80% rename from .readthedocs.yml rename to .readthedocs.yaml index eea5bd6..74daac1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -1,9 +1,9 @@ version: 2 build: - os: "ubuntu-20.04" + os: ubuntu-22.04 tools: - python: "3.10" + python: "3.12" sphinx: configuration: docs/source/conf.py