From 042a78b1b3a16d04e9785d4ab8f88e3bb8a23f79 Mon Sep 17 00:00:00 2001 From: Michael Boniface <m.j.boniface@soton.ac.uk> Date: Mon, 10 Mar 2025 12:03:28 +0000 Subject: [PATCH] (docs) testing mkdocs and readthedocs integratino --- readthedocs.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index d3b1499..df0f9d8 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -8,11 +8,7 @@ version: 2 build: os: ubuntu-24.04 tools: - python: "3.12" - command: - - pip install hatch # Manually install hatch - - hatch shell docs - - mkdocs build + python: "3.12" mkdocs: configuration: mkdocs.yml @@ -23,6 +19,7 @@ python: install: - method: pip path: . + - hatch shell docs -- GitLab