DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: turn off permalink symbols in sphinx html docs
@ 2015-11-01 16:44 John McNamara
  2015-12-13 21:10 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: John McNamara @ 2015-11-01 16:44 UTC (permalink / raw)
  To: dev

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(+)

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: turn off permalink symbols in sphinx html docs
  2015-11-01 16:44 [dpdk-dev] [PATCH] doc: turn off permalink symbols in sphinx html docs John McNamara
@ 2015-12-13 21:10 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2015-12-13 21:10 UTC (permalink / raw)
  To: John McNamara; +Cc: dev

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-13 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-01 16:44 [dpdk-dev] [PATCH] doc: turn off permalink symbols in sphinx html docs John McNamara
2015-12-13 21:10 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).