git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ac95df
)
doc: remove copyright from base of html page
author
Siobhan Butler
<siobhan.a.butler@intel.com>
Thu, 12 Mar 2015 10:59:29 +0000
(10:59 +0000)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Tue, 17 Mar 2015 21:16:51 +0000
(22:16 +0100)
Removing Intel copyright from base of page for each document.
Signed-off-by: Siobhan Butler <siobhan.a.butler@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
doc/guides/conf.py
patch
|
blob
|
history
diff --git
a/doc/guides/conf.py
b/doc/guides/conf.py
index
385af03
..
fba34a6
100644
(file)
--- 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"])