From a67a28a2fb606f6b66af57f286cddc97ff3a72b4 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 11 Jul 2022 15:27:04 +0100 Subject: [PATCH] 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 --- .readthedocs.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .readthedocs.yaml 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 -- 2.16.6