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/overview-manual/yp-intro.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/overview-manual/yp-intro.rst')
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 4a27e12e01..11e6d99e32 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst | |||
@@ -400,7 +400,7 @@ Yocto Project: | |||
400 | Autobuilder :doc:`here </test-manual/understand-autobuilder>`. | 400 | Autobuilder :doc:`here </test-manual/understand-autobuilder>`. |
401 | 401 | ||
402 | - *Pseudo:* Pseudo is the Yocto Project implementation of | 402 | - *Pseudo:* Pseudo is the Yocto Project implementation of |
403 | `fakeroot <http://man.he.net/man1/fakeroot>`__, which is used to run | 403 | :manpage:`fakeroot <fakeroot(1)>`, which is used to run |
404 | commands in an environment that seemingly has root privileges. | 404 | commands in an environment that seemingly has root privileges. |
405 | 405 | ||
406 | During a build, it can be necessary to perform operations that | 406 | During a build, it can be necessary to perform operations that |