[dpdk-dev] [PATCH] doc: remove copyright from base of page

Siobhan Butler siobhan.a.butler at intel.com
Thu Mar 12 11:59:29 CET 2015


Removing Intel copyright from base of page for each document.

Signed-off-by: Siobhan Butler <siobhan.a.butler at intel.com>
---
 doc/guides/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/conf.py b/doc/guides/conf.py
index 385af03..fba34a6 100644
--- a/doc/guides/conf.py
+++ b/doc/guides/conf.py
@@ -32,7 +32,7 @@ import subprocess
 
 project = 'DPDK'
 
-copyright = '2014, Intel'
+html_show_copyright = False
 
 version = subprocess.check_output(["make","-sRrC","../../", "showversion"])
 
-- 
1.8.3.1



More information about the dev mailing list