From dff6be0a2643e9a98a926e0d405eb17af717ae62 Mon Sep 17 00:00:00 2001 From: John McNamara Date: Sun, 1 Nov 2015 16:44:30 +0000 Subject: [PATCH] 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 --- doc/guides/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/conf.py b/doc/guides/conf.py index b2290b4474..84ae577125 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' -- 2.20.1