From: efiacor Date: Thu, 22 Jun 2023 08:27:47 +0000 (+0100) Subject: [DMAAP-DR] Fix doc build issue X-Git-Tag: 2.1.14~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fdatarouter.git;a=commitdiff_plain;h=d1c526040234958608cbb229bc4e9603727ba2d1 [DMAAP-DR] Fix doc build issue Signed-off-by: efiacor Change-Id: I13bef31d8313cbbe963fcdc401ffc8a725e842e4 Issue-ID: REQ-1568 --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cf0aae06..192952d2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,15 +6,13 @@ 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