[DMAAP-BC] Fix doc build issue 74/135074/2
authorefiacor <fiachra.corcoran@est.tech>
Thu, 22 Jun 2023 08:25:48 +0000 (09:25 +0100)
committerefiacor <fiachra.corcoran@est.tech>
Thu, 22 Jun 2023 08:35:06 +0000 (09:35 +0100)
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I9ef9fe8713ca3a19edc86385f49baced8d4ed403
Issue-ID: REQ-1568

.readthedocs.yaml

index fa15a7c..95992ea 100644 (file)
@@ -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