From 280d7ef94340537f022392c804d404cdfbaa22e8 Mon Sep 17 00:00:00 2001 From: MattRoweEAIF Date: Thu, 9 Nov 2023 11:38:51 +0100 Subject: [PATCH] added mkdocs config file --- .readthedocs.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..b8c93eb0a --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,21 @@ +# Read the Docs configuration file for MkDocs projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# Required + +version: 2 + +# Set the version of Python and other tools you might need + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +mkdocs: + configuration: mkdocs.yml + +# Optionally declare the Python requirements required to build your docs + +python: + install: + - requirements: Docs/requirements.txt \ No newline at end of file