From: John McNamara Date: Sun, 1 Nov 2015 16:44:30 +0000 (+0000) Subject: doc: turn off permalink symbols in html guides X-Git-Tag: spdx-start~7758 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=dff6be0a2643e9a98a926e0d405eb17af717ae62;p=dpdk.git 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 --- 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'