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 <liam.fallon@est.tech>
+++ /dev/null
----
-# .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