| Message ID | 20250524011032.19679-1-twoerner@gmail.com |
|---|---|
| State | Accepted |
| Headers | show |
| Series | [scarthgap,1/3] sphinx-lint: trailing whitespace | expand |
On Fri, 23 May 2025 21:10:30 -0400, Trevor Woerner wrote: > Fix all instances of trailing-whitespace as reported by 'make sphinx-lint'. > > Applied, thanks! [1/3] sphinx-lint: trailing whitespace commit: d754df8f2084ad45305cfd9c1cf35da727240aa4 [2/3] sphinx-lint: missing space after literal commit: b562ea5563adc744703b10e0c9a530ed7476d51a [3/3] sphinx-lint: unbalanced inline literal markup commit: 0ba5429953dfa0cdc983ed13ddd06351116031c7 Best regards,
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst index d8d3858bfee2..a7546e728849 100644 --- a/documentation/sdk-manual/extensible.rst +++ b/documentation/sdk-manual/extensible.rst @@ -669,7 +669,7 @@ SDK or eSDK: ``devtool build``. It also allows to benefit from the very good integration that IDEs like VSCode offer for tools like CMake or GDB. - + However, supporting many programming languages and multiple IDEs is quite an elaborate and constantly evolving thing. Support for IDEs is therefore implemented as plugins. Plugins can also be provided by
Fix all instances of trailing-whitespace as reported by 'make sphinx-lint'. Signed-off-by: Trevor Woerner <twoerner@gmail.com> --- documentation/sdk-manual/extensible.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)