]> git.droids-corp.org - dpdk.git/commitdiff
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 b2290b4474fe85c9489983cce5af78a49ad70c30..84ae577125642c3ed6400436eb882ab00bb85c7a 100644 (file)
@@ -37,6 +37,7 @@ from pygments.formatters.latex import LatexFormatter
 
 project = 'DPDK'
 
+html_add_permalinks = ""
 html_show_copyright = False
 highlight_language = 'none'