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