Commit 62e13c3
Fix docstring indentation in SiliconStep.submit
The docstring had improperly indented options list that caused Sphinx
RST parsing errors in CI (but not locally). Added blank line after the
summary and proper indentation for the options block.
Error: "Unexpected indentation" at line 3 of submit docstring
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent e3ae2c7 commit 62e13c3
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | | - | |
113 | | - | |
114 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
0 commit comments