aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2023-06-22 09:27:47 +0100
committerFiachra Corcoran <fiachra.corcoran@est.tech>2023-06-22 09:31:44 +0000
commitb98f381001d67e52e7b84c04a37286ec0bd339f5 (patch)
tree8d17bbdb838d4403c6a62cdc850cfaf8bbb79820
parenta496ae29d5467e3ed38b4b599c2ee547c791a11e (diff)
[DMAAP-DR] Fix doc build issue
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I13bef31d8313cbbe963fcdc401ffc8a725e842e4 Issue-ID: REQ-1568
-rw-r--r--.readthedocs.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index cf0aae06..12530282 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -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