Skip to content

Commit b5d2d9b

Browse files
fix: update Sphinx path configuration for documentation
1 parent 476e38c commit b5d2d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import os
1010
import sys
1111

12-
sys.path.insert(0, os.path.abspath('../../src/quantumthreattracker'))
12+
sys.path.insert(0, os.path.abspath('../../src/'))
1313

1414
project = 'quantumthreattracker'
1515
# copyright = '2025, Cambridge Consultants & Quantum Software Lab - Edinburgh'

0 commit comments

Comments
 (0)