From d53b80e05fa9de7fc8e1c053cbe614322fd1ee03 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 15 Apr 2026 13:03:59 +0200 Subject: [PATCH 1/2] Add GitHub link to documentation index Signed-off-by: Jan Kowalleck --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index dad18e26..b101066a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,4 +22,4 @@ to help you create/render CycloneDX documents. api contributing changelog - + View on GitHub From 9fe398877323c8485a37b1dbf539eb2e32403b1c Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 15 Apr 2026 13:52:37 +0200 Subject: [PATCH 2/2] docs: mark external links Signed-off-by: Jan Kowalleck --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index f6b4bfe4..60f96458 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,5 +40,8 @@ # html_theme = 'sphinx_rtd_theme' +html_theme_options = { + 'style_external_links': True, +} html_extra_path = ['api']