doc: add copyright and version
authorBernard Iremonger <bernard.iremonger@intel.com>
Wed, 15 Oct 2014 20:17:02 +0000 (22:17 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 15 Oct 2014 20:25:00 +0000 (22:25 +0200)
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
doc/guides/conf.py

index 25978a0..abc0475 100644 (file)
@@ -1,3 +1,9 @@
+import subprocess
+
 project = 'DPDK'
 
+copyright = '2014, Intel'
+
+version = subprocess.check_output(["make","-sRrC","../../", "showversion"])
+
 master_doc = 'index'