From 5f40fa9bc69ede3ba49d964be87e8d073ce0f54d Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Thu, 19 Mar 2020 09:48:12 +0100 Subject: [PATCH] Docs: Remove links for sources/created using sphinx/copyright --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f5a176a5..57015f3f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -167,13 +167,13 @@ html_sidebars = { #html_split_index = False # If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True +html_show_sourcelink = False # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -#html_show_sphinx = True +html_show_sphinx = False # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -#html_show_copyright = True +html_show_copyright = False # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the