From e3dc0167581c0a47bdafdf466c88f0dde554bb65 Mon Sep 17 00:00:00 2001 From: wr148d Date: Wed, 9 Nov 2022 10:45:38 -0500 Subject: [AAI] Fix doc config files Issue-ID: AAI-3572 Change-Id: I8785063995fae4c8417e515928c0237bcd935c9f Signed-off-by: wr148d --- .readthedocs.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '.readthedocs.yaml') diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8b..365e4c25 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 -- cgit 1.2.3-korg