diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-10-25 11:46:34 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-10-27 14:16:14 +0000 |
commit | 248a9f1c153333002df39567e33fd5fa6092a62b (patch) | |
tree | 4ce527613327984d9c7cb13108ab11fde8cea3f9 /.readthedocs.yaml | |
parent | cb2663200092725c96240548e8fa046575530703 (diff) |
[SDC-DIST-CLIENT] Add new RTD entry
Update README etc
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I4f92684e82d3fc2df978af12100be0871b94178d
Issue-ID: DMAAP-1792
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 3797dc8..dc0c78b 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 |