aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-07-11 15:27:04 +0100
committerliamfallon <liam.fallon@est.tech>2022-07-11 15:28:58 +0100
commita67a28a2fb606f6b66af57f286cddc97ff3a72b4 (patch)
treec60367929a5359d67bce5fab7297cbd792059bef
parenta4b73f28b4b0232e128b7c95d129f2cd0405f6e7 (diff)
Remove .readthedocs.yaml to prevent doc build
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>
-rw-r--r--.readthedocs.yaml20
1 files changed, 0 insertions, 20 deletions
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