From c014d66cd1e0686771a1c9ff8170649789a17312 Mon Sep 17 00:00:00 2001 From: meooow25 Date: Mon, 13 Jan 2025 03:22:50 +0530 Subject: [PATCH] Fix the ReadTheDocs config Fixes "Config validation error in build.os. Value build not found." --- .readthedocs.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a33ac5305..f0d1ec683 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,15 @@ +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.7" + sphinx: configuration: containers/docs/conf.py submodules: include: - containers/docs/_extensions/haddock-autolink - -python: - version: 3.7