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'] 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