[dpdk-dev] [RFC PATCH 4/4] doc: remove copyright footer

Thomas Monjalon thomas.monjalon at 6wind.com
Sun Feb 1 00:35:07 CET 2015


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 <thomas.monjalon at 6wind.com>
---
 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



More information about the dev mailing list