From dd7413d2458ad83166690f11690d8fc1dfed8b60 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Wed, 5 Feb 2020 13:15:34 -0500 Subject: Fix readthedocs.yml Also fix conf.py lint errors etc/requirements.txt is hardcoded in rtd config to support older builds I cannot change it untill the next release Issue-ID: CIMAN-33 Signed-off-by: Aric Gardner Change-Id: I27f1dcf32d226ea094b20ad275b318d07fa9648b --- .readthedocs.yaml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to '.readthedocs.yaml') diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f9b33a141..55bc765b1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,17 +1,21 @@ -# Formats in addition to HTML +--- +# .readthedocs.yml +# # Read the Docs configuration file +# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# # Required +# +version: 2 formats: - htmlzip -python: - version: 3.7 - install: - - requirements: docs/requirements-docs.txt - -# Build Container build: image: latest +python: + version: 3.7 + install: + - requirements: etc/requirements.txt sphinx: - configuration: docs/conf.py + configuration: docs/conf.py -- cgit 1.2.3-korg