From: Andrew Grimberg Date: Wed, 29 Nov 2023 13:59:59 +0000 (-0800) Subject: CI: Update RTD configuration file X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F72419%2F3;p=releng%2Fdocs.git 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 --- diff --git a/.readthedocs.yml b/.readthedocs.yml index 9866633..0cbd1a4 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