From 1c043b78b3d98fa2a9e43d3f846ec81a34e0393f Mon Sep 17 00:00:00 2001 From: efiacor Date: Thu, 22 Jun 2023 09:25:48 +0100 Subject: [PATCH] [DMAAP-BC] Fix doc build issue Signed-off-by: efiacor Change-Id: I9ef9fe8713ca3a19edc86385f49baced8d4ed403 Issue-ID: REQ-1568 --- .readthedocs.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fa15a7c..95992ea 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,15 +5,14 @@ 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 - sphinx: configuration: docs/conf.py -- 2.16.6