aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2023-06-22 09:25:48 +0100
committerefiacor <fiachra.corcoran@est.tech>2023-06-22 09:35:06 +0100
commit1c043b78b3d98fa2a9e43d3f846ec81a34e0393f (patch)
tree44ca15b7995907af69d909764cc8b6149c7754d2
parente1601c07691454741c87ec3971bfc00e73249b69 (diff)
[DMAAP-BC] Fix doc build issue
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I9ef9fe8713ca3a19edc86385f49baced8d4ed403 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 fa15a7c..95992ea 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -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