diff --git a/case-5-docs/conf.py b/case-5-docs/conf.py
index 8d8c7193a81f61a9e556bf7decb17123819652d2..8003a0c083d6c151a37b63871997aee3332fd150 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 57ad95cfdd5587ed820f2af8e7c051cb79c22d73..430282df894c2264aa29b0674ba01c0920961022 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