Remove .readthedocs.yaml to prevent doc build 67/129867/1
authorliamfallon <liam.fallon@est.tech>
Mon, 11 Jul 2022 14:27:04 +0000 (15:27 +0100)
committerliamfallon <liam.fallon@est.tech>
Mon, 11 Jul 2022 14:28:58 +0000 (15:28 +0100)
Te presence of .readthedocs.yaml triggers a documentation build but the
documents are in policy/parent

Isseu_ID: POLICY-4233
Change-Id: I529aaa8b65617442308cd5f7fead890fe7f6bd77
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