[DMAAP-DR] Fix doc build issue 20/135020/2
authorefiacor <fiachra.corcoran@est.tech>
Thu, 22 Jun 2023 08:27:47 +0000 (09:27 +0100)
committerFiachra Corcoran <fiachra.corcoran@est.tech>
Thu, 22 Jun 2023 09:31:44 +0000 (09:31 +0000)
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I13bef31d8313cbbe963fcdc401ffc8a725e842e4
Issue-ID: REQ-1568

.readthedocs.yaml

index cf0aae0..1253028 100644 (file)
@@ -6,15 +6,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