1
0
mirror of https://github.com/DataDog/go-profiler-notes.git synced 2025-07-15 23:54:16 +02:00

Edit on Github

This commit is contained in:
Felix Geisendörfer
2022-12-27 16:11:40 +01:00
parent d82ed73225
commit cebb5dae4c

View File

@ -10,7 +10,7 @@ import sphinx_rtd_theme
project = 'Datadog\'s Go Observability Guide' project = 'Datadog\'s Go Observability Guide'
copyright = '2022, Datadog' copyright = '2022, Datadog'
author = 'Felix Geisendörfer' author = 'Felix Geisendörfer, Nick Ripley'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#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 ------------------------------------------------- # -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#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 = 'sphinx_rtd_theme'
html_theme_options = { html_theme_options = {
'style_nav_header_background': '#5C2EA0', 'style_nav_header_background': '#5C2EA0',