From: liamfallon Date: Mon, 11 Apr 2022 11:55:16 +0000 (+0100) Subject: Remove hidden .readthedocs.yaml file X-Git-Tag: 6.2.2~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F128433%2F1;p=policy%2Fclamp.git 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 --- 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