doc: remove copyright from base of html page
[dpdk.git] / doc / guides / conf.py
index 385af03..fba34a6 100644 (file)
@@ -32,7 +32,7 @@ import subprocess
 
 project = 'DPDK'
 
-copyright = '2014, Intel'
+html_show_copyright = False
 
 version = subprocess.check_output(["make","-sRrC","../../", "showversion"])