diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 68da07ff..7c1efc3f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,15 +1,11 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" sphinx: - builder: html configuration: docs/conf.py - -python: - version: 3.7 - install: - - requirements: docs/_ext/djangodummy/requirements.txt - -formats: all - -build: - image: latest