diff options
author | efiacor <fiachra.corcoran@est.tech> | 2023-06-22 09:25:48 +0100 |
---|---|---|
committer | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2023-06-22 09:31:17 +0000 |
commit | 25f435b60e2055d97d2317ea824a0f76dd841d8a (patch) | |
tree | 44ca15b7995907af69d909764cc8b6149c7754d2 | |
parent | e1601c07691454741c87ec3971bfc00e73249b69 (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.yaml | 9 |
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 |