From 06b9cf92b53d5cdc2dd27c31568f0c7b6ec3647b Mon Sep 17 00:00:00 2001 From: wr148d Date: Mon, 31 Oct 2022 09:42:08 -0400 Subject: [AAI] Fix doc config files Issue-ID: AAI-3572 Change-Id: I1a7a669be209d31514a99df6df021da4ebee6922 Signed-off-by: wr148d --- .readthedocs.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to '.readthedocs.yaml') diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8..a1f1b04 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,13 +1,11 @@ --- # .readthedocs.yml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# Required +# # Read the Docs configuration file +# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# # Required +# version: 2 -formats: - - htmlzip - build: image: latest @@ -16,5 +14,8 @@ python: install: - requirements: docs/requirements-docs.txt +submodules: + include: all + sphinx: - configuration: docs/conf.py + configuration: docs/conf.py \ No newline at end of file -- cgit 1.2.3-korg