From 0f51fd3e12ad29e51ed8bd7a1e5873edca74b5a2 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 15 Apr 2026 13:02:58 +0200 Subject: [PATCH 1/2] Add GitHub view link to documentation Signed-off-by: Jan Kowalleck --- docs/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 37af20658..89f7f4df7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,3 +22,5 @@ to help you create/render CycloneDX documents. api contributing changelog + View on GitHub + From 0df608542da9a203af6e14fabef07359a009e5ed Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 15 Apr 2026 13:54:00 +0200 Subject: [PATCH 2/2] docs: Add html_theme_options for external link styling 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 6080483ef..92d041a7f 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']