From f13800c3fc4a1e867f4b14399d94889540f91b29 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Fri, 1 Apr 2022 16:55:26 +0200 Subject: feat: do not copy source to website, as theses are not used --- conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf.py b/conf.py index 043a8c6..01d333c 100644 --- a/conf.py +++ b/conf.py @@ -88,6 +88,11 @@ smartquotes = False # a list of builtin themes. html_theme = 'sphinx_rtd_theme' +# Do not copy source as the link to view source as been replaced by a link to +# GitHub. +html_copy_source = False + +# Only show source link for french docs as other languages are stored in .po. html_show_sourcelink = language == 'fr' html_context = { -- cgit v1.2.3