Commit 4840e4c
committed
Fix Sphinx conf.py path issue for documentation build
- Correct Python path from '../src' to '../../src' in conf.py
- This allows Sphinx to properly locate and import source modules for autodoc
- Resolves build-docs CI failure by ensuring proper module resolution1 parent 2c9ae18 commit 4840e4c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments