Commit 2fe555a
committed
fix: Handle missing conf.py file in documentation generation
- Add existence check for conf.py before attempting to read it
- Skip Sphinx configuration update if conf.py doesn't exist
- Fixes multi-format document generation CI failure
- Prevents FileNotFoundError when conf.py is missing
This resolves the CI error:
'[Errno 2] No such file or directory: .../doc/codeDocs/conf.py'1 parent 45bb70f commit 2fe555a
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
380 | 385 | | |
381 | 386 | | |
382 | 387 | | |
| |||
0 commit comments