diff options
author | Trevor Woerner <twoerner@gmail.com> | 2025-05-06 14:03:01 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-19 15:54:10 +0100 |
commit | ec53c91af04022d67a408b0e1a956cb3387bbea5 (patch) | |
tree | a145048e7c23176c965da7c6dcbd55415dd70978 /documentation/dev-manual/devtool.rst | |
parent | dd3507f6d342750f214924ca35f5e2d0d708ba77 (diff) | |
download | poky-ec53c91af04022d67a408b0e1a956cb3387bbea5.tar.gz |
sphinx-lint: various fixes
A 'make sphinx-lint' pass found the following issues:
trailing-whitespace
missing-space-after-literal
role-with-double-backticks
missing-space-before-role (role missing opening tag colon)
(From yocto-docs rev: 6d4c67457e00a80dda4cd05bc5f05d8ebd8da5fc)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/devtool.rst')
-rw-r--r-- | documentation/dev-manual/devtool.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/devtool.rst b/documentation/dev-manual/devtool.rst index 2f17d50930..c82dc9c333 100644 --- a/documentation/dev-manual/devtool.rst +++ b/documentation/dev-manual/devtool.rst | |||
@@ -552,7 +552,7 @@ the two modes: | |||
552 | 552 | ||
553 | This instance of VSCode uses plugins that are useful for the development | 553 | This instance of VSCode uses plugins that are useful for the development |
554 | of the application. ``devtool ide-sdk`` generates the necessary | 554 | of the application. ``devtool ide-sdk`` generates the necessary |
555 | ``extensions.json``, ``settings.json``, ``tasks.json``and ``launch.json`` | 555 | ``extensions.json``, ``settings.json``, ``tasks.json`` and ``launch.json`` |
556 | configuration files for all the involved plugins. | 556 | configuration files for all the involved plugins. |
557 | 557 | ||
558 | When the source code folder present in the workspace folder is opened in | 558 | When the source code folder present in the workspace folder is opened in |