diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-31 17:04:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-03 16:29:51 +0100 |
commit | 6b2bc1e4cb69f3d1567e99a75db3fdbd2cfe942e (patch) | |
tree | 392759ae102cb3a9ff45fce4f6d9bdc76dcef699 /documentation/ref-manual/variables.rst | |
parent | 5ec826fa2ec4ae7e898eaf2d974d1467c1dadaef (diff) | |
download | poky-6b2bc1e4cb69f3d1567e99a75db3fdbd2cfe942e.tar.gz |
documentation/conf.py: define a manpage url
By defining the manpages_url we can use the :manpage: role in the
documentation for providing links to manpages. See:
https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-manpages_url
Replace existing manpages links to use this role.
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 0d0115cb2d96960837678f775cf5c2297494c51c)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 4e63cd74cd1a330ea5e96bb04243a90f607b2857)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 794440b9fd..417331c6a6 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -4539,8 +4539,7 @@ system and gives an overview of their function and contents. | |||
4539 | 4539 | ||
4540 | The value in :term:`INITSCRIPT_PARAMS` is passed through to the | 4540 | The value in :term:`INITSCRIPT_PARAMS` is passed through to the |
4541 | ``update-rc.d`` command. For more information on valid parameters, | 4541 | ``update-rc.d`` command. For more information on valid parameters, |
4542 | please see the ``update-rc.d`` manual page at | 4542 | please see the manual page: :manpage:`update-rc.d <update-rc.d(8)>`. |
4543 | https://manpages.debian.org/buster/init-system-helpers/update-rc.d.8.en.html | ||
4544 | 4543 | ||
4545 | :term:`INSANE_SKIP` | 4544 | :term:`INSANE_SKIP` |
4546 | Specifies the QA checks to skip for a specific package within a | 4545 | Specifies the QA checks to skip for a specific package within a |