doc: turn off permalink symbols in html guides
authorJohn McNamara <john.mcnamara@intel.com>
Sun, 1 Nov 2015 16:44:30 +0000 (16:44 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 13 Dec 2015 21:09:13 +0000 (22:09 +0100)
Turn off the permalink symbol in the Sphinx generated html docs.
This is a distracting mouseover when reading the docs and links
to sections can still be obtained from the doc index.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
doc/guides/conf.py

index b2290b4..84ae577 100644 (file)
@@ -37,6 +37,7 @@ from pygments.formatters.latex import LatexFormatter
 
 project = 'DPDK'
 
+html_add_permalinks = ""
 html_show_copyright = False
 highlight_language = 'none'