From 312b9788de790cc7b78360d40fd71811b3cf928e Mon Sep 17 00:00:00 2001
From: wep23441 <elizabeth.mamtsits@stfc.ac.uk>
Date: Thu, 27 Mar 2025 08:19:24 +0100
Subject: [PATCH] new path 8

---
 case-5-docs/conf.py   | 2 +-
 case-5-docs/index.rst | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/case-5-docs/conf.py b/case-5-docs/conf.py
index 8d8c719..8003a0c 100644
--- a/case-5-docs/conf.py
+++ b/case-5-docs/conf.py
@@ -8,7 +8,7 @@
 
 import os
 import sys
-sys.path.insert(0, os.path.abspath('./case-5-docs/src/'))
+sys.path.insert(0, os.path.abspath('./case-5-docs/'))
 
 project = 'Case 5: Automated Docs'
 copyright = '2025, The Author'
diff --git a/case-5-docs/index.rst b/case-5-docs/index.rst
index 57ad95c..430282d 100644
--- a/case-5-docs/index.rst
+++ b/case-5-docs/index.rst
@@ -14,5 +14,5 @@ Contents:
    :maxdepth: 2
    :caption: Contents:
 
-   math_operations
-   string_operations
+   math_operations.py
+   string_operations.py
-- 
GitLab