[dpdk-dev,RFC,4/4] doc: remove copyright footer

Message ID 1422747307-13792-5-git-send-email-thomas.monjalon@6wind.com (mailing list archive)
State RFC, archived
Headers

Commit Message

Thomas Monjalon Jan. 31, 2015, 11:35 p.m. UTC
  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(-)
  

Patch

diff --git a/doc/guides/conf.py b/doc/guides/conf.py
index 385af03..9d9f5c8 100644
--- a/doc/guides/conf.py
+++ b/doc/guides/conf.py
@@ -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"])