From 682e879b00540afc2f9d6abd78ef75b8d2b33502 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Tue, 20 Jun 2023 09:14:52 +0200 Subject: fix .readthedocs.yaml example Issue-ID: DOC-811 Signed-off-by: thmsdt Change-Id: I48c76c027ca86bc481b1a02a8fa048c1c285d381 --- examples/sphinx/.readthedocs.yaml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/examples/sphinx/.readthedocs.yaml b/examples/sphinx/.readthedocs.yaml index 7f740b769..f56b3b71f 100644 --- a/examples/sphinx/.readthedocs.yaml +++ b/examples/sphinx/.readthedocs.yaml @@ -1,21 +1,18 @@ --- # .readthedocs.yml -# # Read the Docs configuration file -# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# # Required -# -version: 2 +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# Required +version: 2 build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 - install: - - requirements: docs/requirements-docs.txt - -submodules: - include: all + install: + - requirements: docs/requirements-docs.txt sphinx: - configuration: docs/conf.py + configuration: docs/conf.py -- cgit 1.2.3-korg