diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 09006eb229..6eb25fe428 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,14 +1,14 @@ -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -# Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.8" + sphinx: configuration: docs/source/conf.py fail_on_warning: true python: - version: 3 install: - requirements: docs/requirements.txt