From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [RFC PATCH 4/4] doc: remove copyright footer Date: Sun, 1 Feb 2015 00:35:07 +0100 Message-ID: <1422747307-13792-5-git-send-email-thomas.monjalon@6wind.com> References: <1422747307-13792-1-git-send-email-thomas.monjalon@6wind.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1422747307-13792-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" In order to be more vendor neutral, copyright should not be printed in the footer of every documentation pages. It should help to have documentation from other vendors. Copyright is still written in the source files. Sphinx notice is also removed to make the footer empty in the current theme. Signed-off-by: Thomas Monjalon --- doc/guides/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guides/conf.py b/doc/guides/conf.py index 385af03..9d9f5c8 100644 --- a/doc/guides/conf.py +++ b/doc/guides/conf.py @@ -32,7 +32,8 @@ import subprocess project = 'DPDK' -copyright = '2014, Intel' +html_show_copyright = False +html_show_sphinx = False version = subprocess.check_output(["make","-sRrC","../../", "showversion"]) -- 2.2.2