From b0776e6da0e6a19edea9a9dec2800f709e273c1b Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Wed, 1 Nov 2023 10:55:44 +0100 Subject: [PATCH] Add missing required configuration values for RTD ReadTheDocs recent update broke the builds with missing required values in configuration. The build log is available here https://readthedocs.org/projects/fedora-arc/builds/22265217/ Signed-off-by: Michal Konecny --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b9bdf03..35f53b4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,3 +12,8 @@ sphinx: python: install: - requirements: docs/requirements.txt + +build: + os: ubuntu-22.04 + tools: + python: "3.12"