poky/documentation/contributor-guide
Antonin Godard 7748c7aa32 conf.py: rename :cve: role to :cve_nist:
Newer versions of Sphinx already define a :cve: role that points to
cve.org, instead of the role we defined in conf.py that points to
nvd.nist.gov.

Rename our role to :cve_nist: to avoid warnings (treated as errors).
This is also backwards compatible, meaning we can build the doc with an
older Sphinx if needed.

The file were automatically replaced with following command:

find . -name '*.rst' -exec sed -i 's/:cve:/:cve_nist:/g' {} \+

Suggested-By: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 15fa3b7e85dde50d7236c1738ad607531cc654b8)

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-11-07 10:12:23 +00:00
..
identify-component.rst contributor-guide: identify component: provide link to repositories 2023-08-30 15:54:59 +01:00
index.rst contributor guide: update instructions for making and sharing changes 2023-08-30 15:54:59 +01:00
recipe-style-guide.rst conf.py: rename :cve: role to :cve_nist: 2024-11-07 10:12:23 +00:00
report-defect.rst contributor guide: call section "Reporting a defect" 2023-08-30 15:54:59 +01:00
submit-changes.rst manuals: refer to new yocto-patches mailing list wherever appropriate 2024-04-08 14:36:38 +01:00