aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf.py5
1 files changed, 5 insertions, 0 deletions
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 = {