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/ref-manual | |
| 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/ref-manual')
| -rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 295035c760..501bfecaf0 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -6131,7 +6131,7 @@ system and gives an overview of their function and contents. | |||
| 6131 | By default, no API key is used, which results in larger delays between API | 6131 | By default, no API key is used, which results in larger delays between API |
| 6132 | requests and limits the number of queries to the public rate limits posted | 6132 | requests and limits the number of queries to the public rate limits posted |
| 6133 | at the `NVD developer's page <https://nvd.nist.gov/developers/start-here>`__. | 6133 | at the `NVD developer's page <https://nvd.nist.gov/developers/start-here>`__. |
| 6134 | 6134 | ||
| 6135 | NVD API keys can be requested through the | 6135 | NVD API keys can be requested through the |
| 6136 | `Request an API Key <https://nvd.nist.gov/developers/request-an-api-key>`__ | 6136 | `Request an API Key <https://nvd.nist.gov/developers/request-an-api-key>`__ |
| 6137 | page. You can set this variable to the NVD API key in your ``local.conf`` file. | 6137 | page. You can set this variable to the NVD API key in your ``local.conf`` file. |
| @@ -10399,7 +10399,7 @@ system and gives an overview of their function and contents. | |||
| 10399 | 10399 | ||
| 10400 | UBOOT_FIT_TEE_IMAGE ?= "tee-raw.bin" | 10400 | UBOOT_FIT_TEE_IMAGE ?= "tee-raw.bin" |
| 10401 | 10401 | ||
| 10402 | If a relative path is provided, the file is expected to be relative to | 10402 | If a relative path is provided, the file is expected to be relative to |
| 10403 | U-Boot's :term:`B` directory. An absolute path can be provided too, | 10403 | U-Boot's :term:`B` directory. An absolute path can be provided too, |
| 10404 | e.g.:: | 10404 | e.g.:: |
| 10405 | 10405 | ||
