[dpdk-dev] doc: turn off permalink symbols in sphinx html docs

Message ID 1446396270-8505-1-git-send-email-john.mcnamara@intel.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

John McNamara Nov. 1, 2015, 4:44 p.m. UTC
  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 | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Thomas Monjalon Dec. 13, 2015, 9:10 p.m. UTC | #1
2015-11-01 16:44, John McNamara:
> 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>

Applied, thanks
  

Patch

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'