diff options
author | wr148d <wr148d@att.com> | 2022-10-31 09:42:08 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-11-07 09:45:49 -0500 |
commit | 06b9cf92b53d5cdc2dd27c31568f0c7b6ec3647b (patch) | |
tree | f2eadf3ab253faf1d8462750fbe6871b0efd5a1a /.readthedocs.yaml | |
parent | f57d4e4c8c71501d8a365f1ce6931be930b97912 (diff) |
[AAI] Fix doc config files
Issue-ID: AAI-3572
Change-Id: I1a7a669be209d31514a99df6df021da4ebee6922
Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 15 |
1 files changed, 8 insertions, 7 deletions
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 |