From d92c9756ce8d58630efe9f76caecea2190f86ce3 Mon Sep 17 00:00:00 2001 From: Michael Boniface <m.j.boniface@soton.ac.uk> Date: Mon, 10 Mar 2025 11:51:34 +0000 Subject: [PATCH] (docs) testing mkdocs and readthedocs integratino --- readthedocs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index 96df651..3b35eef 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -4,6 +4,12 @@ # Required version: 2 +# Set the version of Python and other tools you might need +build: + os: ubuntu-24.04 + tools: + python: "3.12" + mkdocs: configuration: mkdocs.yml extra_dependencies: @@ -13,4 +19,6 @@ python: install: - method: hatch path: . + + -- GitLab