From 84b742cb81d6de96f7e88ed3db55fcd1b7449f19 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 7 Mar 2024 13:23:42 +0100 Subject: [PATCH] Define RTD build.os build.os is required, make sure we define it. Also update python configuration and unshallow the git tree. Change-Id: I1d7ba0d5adda60417ee17a3f9d6863195bb861bd Signed-off-by: Robert Varga --- .readthedocs.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5ff506fb9..0fccbd1cc 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,10 +5,17 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + jobs: + post_checkout: + - git fetch --unshallow || true + sphinx: configuration: docs/conf.py python: - version: 3.7 install: - requirements: docs/requirements.txt -- 2.36.6