doc: turn off permalink symbols in html guides

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>
This commit is contained in:
John McNamara 2015-11-01 16:44:30 +00:00 committed by Thomas Monjalon
parent c6dcefe420
commit dff6be0a26

View File

@ -37,6 +37,7 @@ from pygments.formatters.latex import LatexFormatter
project = 'DPDK'
html_add_permalinks = ""
html_show_copyright = False
highlight_language = 'none'