From f176e96a47d0fa6c183f24c3ccf0daf7c708b93d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Tue, 27 Dec 2022 16:13:28 +0100 Subject: [PATCH] docs path --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index ceed1eb..ed23c5c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,6 +30,7 @@ html_context = { "github_user": "DataDog", "github_repo": "go-profiler-notes", "github_version": "sphinx", + "conf_py_path": "/docs/", } html_theme = 'sphinx_rtd_theme' html_theme_options = {