[DMAAP-MR] Fix doc build issue 76/135076/1
authorefiacor <fiachra.corcoran@est.tech>
Thu, 22 Jun 2023 08:23:50 +0000 (09:23 +0100)
committerefiacor <fiachra.corcoran@est.tech>
Thu, 22 Jun 2023 08:30:31 +0000 (09:30 +0100)
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I72075af009cd5125eecbd55bc11519c26b733564
Issue-ID: REQ-1568

.readthedocs.yaml

index 3758842..82049f9 100644 (file)
@@ -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
\ No newline at end of file