From 1bb11dccb4b53dbd94c974a56a7cb1ac609709cd Mon Sep 17 00:00:00 2001
From: Michael Boniface <m.j.boniface@soton.ac.uk>
Date: Mon, 10 Mar 2025 12:07:13 +0000
Subject: [PATCH] (docs) testing mkdocs and readthedocs integratino

---
 readthedocs.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/readthedocs.yml b/readthedocs.yml
index df0f9d8..6fd1e69 100644
--- a/readthedocs.yml
+++ b/readthedocs.yml
@@ -13,13 +13,7 @@ build:
 mkdocs:
   configuration: mkdocs.yml
   extra_dependencies:
-    - mkdocs-material
-
-python:
-  install:
-    - method: pip
-      path: .
-    - hatch shell docs      
+    - mkdocs-material  
       
 
 
-- 
GitLab