doc: add copyright and version
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
parent
3fbcfb7619
commit
f7aaae2fe6
@ -1,3 +1,9 @@
|
||||
import subprocess
|
||||
|
||||
project = 'DPDK'
|
||||
|
||||
copyright = '2014, Intel'
|
||||
|
||||
version = subprocess.check_output(["make","-sRrC","../../", "showversion"])
|
||||
|
||||
master_doc = 'index'
|
||||
|
Loading…
Reference in New Issue
Block a user