Remove hidden .readthedocs.yaml file 33/128433/1
authorliamfallon <liam.fallon@est.tech>
Mon, 11 Apr 2022 11:55:16 +0000 (12:55 +0100)
committerliamfallon <liam.fallon@est.tech>
Mon, 11 Apr 2022 11:55:44 +0000 (12:55 +0100)
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>
.readthedocs.yaml [deleted file]

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
deleted file mode 100644 (file)
index 3797dc8..0000000
+++ /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