From cebb5dae4c979ead2a6d6a864a85393e96a31715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Tue, 27 Dec 2022 16:11:40 +0100 Subject: [PATCH] Edit on Github --- docs/conf.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ab56a7d..ceed1eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,7 +10,7 @@ import sphinx_rtd_theme project = 'Datadog\'s Go Observability Guide' copyright = '2022, Datadog' -author = 'Felix Geisendörfer' +author = 'Felix Geisendörfer, Nick Ripley' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration @@ -25,6 +25,12 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output +html_context = { + "display_github": True, + "github_user": "DataDog", + "github_repo": "go-profiler-notes", + "github_version": "sphinx", +} html_theme = 'sphinx_rtd_theme' html_theme_options = { 'style_nav_header_background': '#5C2EA0',