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:
3fbcfb7
)
doc: add copyright and version
author
Bernard Iremonger
<bernard.iremonger@intel.com>
Wed, 15 Oct 2014 20:17:02 +0000
(22:17 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/doc/guides/conf.py
b/doc/guides/conf.py
index
25978a0
..
abc0475
100644
(file)
--- a/
doc/guides/conf.py
+++ b/
doc/guides/conf.py
@@
-1,3
+1,9
@@
+import subprocess
+
project = 'DPDK'
+copyright = '2014, Intel'
+
+version = subprocess.check_output(["make","-sRrC","../../", "showversion"])
+
master_doc = 'index'