From ccf0c61ba329ff4a50e8cb3aba56bc28fcbc895a Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Mon, 29 Mar 2021 21:25:12 +0100 Subject: [PATCH] conf.py: Disable source links in HTML pages Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.py b/conf.py index b046f48..70e6546 100644 --- a/conf.py +++ b/conf.py @@ -63,3 +63,5 @@ html_theme = "sphinx_rtd_theme" # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". # html_static_path = ['_static'] + +html_show_sourcelink = False -- GitLab