[dpdk-dev,RFC,4/4] doc: remove copyright footer
Commit Message
In order to be more vendor neutral, copyright should not be printed
in the footer of every documentation pages.
It should help to have documentation from other vendors.
Copyright is still written in the source files.
Sphinx notice is also removed to make the footer empty in the current theme.
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
doc/guides/conf.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
@@ -32,7 +32,8 @@ import subprocess
project = 'DPDK'
-copyright = '2014, Intel'
+html_show_copyright = False
+html_show_sphinx = False
version = subprocess.check_output(["make","-sRrC","../../", "showversion"])