From d1f4852ae552722914b0990ce5a78640130a8826 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 15 Apr 2026 13:01:01 +0200 Subject: [PATCH 1/2] docs: link own github Signed-off-by: Jan Kowalleck --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.rst b/docs/index.rst index 74632d75..96f1aa36 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -49,3 +49,4 @@ If you're looking for a CycloneDX tool to run to generate (SBOM) software bill-o support changelog upgrading + View on GitHub From e80292cd247f1aff6f4fdb5ca34ab4f6ef14f609 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 15 Apr 2026 13:51:30 +0200 Subject: [PATCH 2/2] docs: mark external Signed-off-by: Jan Kowalleck --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 31daedd8..afcf5161 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,6 +68,10 @@ # html_theme = 'sphinx_rtd_theme' +html_theme_options = { + 'style_external_links': True, +} + # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css".