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:28:34 +0100 |
commit | 5f74fee3b86aff1678610fb1a46432a3b6dc923a (patch) | |
tree | 19d232337fe7ce4cbcdf2d2dd0c238e17100c44c /documentation/overview-manual/concepts.rst | |
parent | f5e4278fadc5f40f26c584521bb4a30a3f873ded (diff) | |
download | poky-5f74fee3b86aff1678610fb1a46432a3b6dc923a.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/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index e4d806f98f..416c28f0d9 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -2204,7 +2204,7 @@ require root privileges, the fact that some earlier steps ran in a fake | |||
2204 | root environment does not cause problems. | 2204 | root environment does not cause problems. |
2205 | 2205 | ||
2206 | The capability to run tasks in a fake root environment is known as | 2206 | The capability to run tasks in a fake root environment is known as |
2207 | "`fakeroot <http://man.he.net/man1/fakeroot>`__", which is derived from | 2207 | ":manpage:`fakeroot <fakeroot(1)>`", which is derived from |
2208 | the BitBake keyword/variable flag that requests a fake root environment | 2208 | the BitBake keyword/variable flag that requests a fake root environment |
2209 | for a task. | 2209 | for a task. |
2210 | 2210 | ||