aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-04-11 12:55:16 +0100
committerliamfallon <liam.fallon@est.tech>2022-04-11 12:55:44 +0100
commit4361c7d3da3ddb04e991692b33dab97afd2b499b (patch)
tree6d3f4bfbb6914568e01300ea41f475d4262bda12
parenta5393c4ac0816eda38c2339d6929bce4ccd97c4f (diff)
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 <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