diff options
author | wr148d <wr148d@att.com> | 2022-11-09 10:45:38 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-11-09 11:23:32 -0500 |
commit | e3dc0167581c0a47bdafdf466c88f0dde554bb65 (patch) | |
tree | 1f9d66cc5c5c6034cc01c8fe63389a24dec94291 /.readthedocs.yaml | |
parent | 21a59387deedaead37f34d9f6fb1d8d1bc8b738e (diff) |
[AAI] Fix doc config files
Issue-ID: AAI-3572
Change-Id: I8785063995fae4c8417e515928c0237bcd935c9f
Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 13 |
1 files changed, 7 insertions, 6 deletions
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 |