From 0a127314230d731d2a26078c559d7232fe411d5e Mon Sep 17 00:00:00 2001 From: Dennis Ideler Date: Sun, 12 Oct 2014 07:53:57 +0100 Subject: [PATCH] Hide default footer in docs by hiding default copyright The default footer only consists of the copyright statement, so we can get rid of the footer by not showing the copyright. Instead we show a custom footer thanks to @umcsdon. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4d3ed4ff..72dbdaf3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -158,7 +158,7 @@ #html_show_sphinx = True # 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