From 4361c7d3da3ddb04e991692b33dab97afd2b499b Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 11 Apr 2022 12:55:16 +0100 Subject: Remove hidden .readthedocs.yaml file The hidden .readthedocs.yaml file causes the documentation job to try to build the CLAMP documentation, and the documentation build fails because there is no docs/ directory in CLAMP any more, documents were moved to policy/parent Issue-ID: POLICY-4070 Change-Id: Ied421c27c6faef049d7361dd863758e529acf208 Signed-off-by: liamfallon --- .readthedocs.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml deleted file mode 100644 index 3797dc8bb..000000000 --- a/.readthedocs.yaml +++ /dev/null @@ -1,20 +0,0 @@ ---- -# .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 - -build: - image: latest - -python: - version: 3.7 - install: - - requirements: docs/requirements-docs.txt - -sphinx: - configuration: docs/conf.py -- cgit 1.2.3-korg