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". 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