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 at intel.com> --- doc/guides/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/conf.py b/doc/guides/conf.py index b2290b4..84ae577 100644 --- a/doc/guides/conf.py +++ b/doc/guides/conf.py @@ -37,6 +37,7 @@ from pygments.formatters.latex import LatexFormatter project = 'DPDK' +html_add_permalinks = "" html_show_copyright = False highlight_language = 'none' -- 1.8.1.4