From 3a3a3e5c6e82ac99b5175520f713403ca63a1c4a Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 29 Nov 2023 05:59:59 -0800 Subject: [PATCH] CI: Update RTD configuration file RTD has finished their switch to requiring version 2 of their configuration file and we must now update to work with it. Signed-off-by: Andrew Grimberg Change-Id: Ie4e268d1fe3f967ed0cdf638950783f9d794fdd3 --- .readthedocs.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 98666337..0cbd1a46 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,16 @@ +version: 2 + formats: - htmlzip -requirements_file: requirements.txt - build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: requirements.txt