diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-07-03 14:27:30 +0200 |
---|---|---|
committer | Matthew Watkins <mwatkins@linuxfoundation.org> | 2023-07-07 16:38:01 +0000 |
commit | 449995ca2490d280eafc049ac1db99c5709f5f19 (patch) | |
tree | ecaf1aeab0ded289d54c316193e64da2ea09b8c8 | |
parent | 4295222627ed618c03a9384ab10f48165d7bd2c1 (diff) |
Set Python and Ubuntu versions in .readthedocs.yamllondon
It now follows the ONAP gate configurations.
It also fixes the settings and formats it.
Issue-ID: DOC-811
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I3e0df992c2f8149f5f72d44cd19169f7a2ba6836
(cherry picked from commit 821e375b20e95b575cd5c7ffdfc4e0f3691d969b)
-rw-r--r-- | .readthedocs.yaml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e442ca78..f56b3b71 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,11 +3,8 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required -version: 2 - -formats: - - htmlzip +version: 2 build: os: ubuntu-20.04 tools: @@ -15,7 +12,7 @@ build: python: install: - - requirements: docs/requirements-docs.txt + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py |