git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6dcefe
)
doc: turn off permalink symbols in html guides
author
John McNamara
<john.mcnamara@intel.com>
Sun, 1 Nov 2015 16:44:30 +0000
(16:44 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/doc/guides/conf.py
b/doc/guides/conf.py
index
b2290b4
..
84ae577
100644
(file)
--- 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'