DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: change sphinx theme to the read the docs theme
@ 2015-10-20 11:31 John McNamara
  2015-10-21  9:39 ` [dpdk-dev] [PATCH v2] " John McNamara
  2015-11-01 23:29 ` [dpdk-dev] [PATCH v4] doc: change sphinx theme and add logos John McNamara
  0 siblings, 2 replies; 9+ messages in thread
From: John McNamara @ 2015-10-20 11:31 UTC (permalink / raw)
  To: dev

Change the Sphinx default theme from "alabaster" to the ReadTheDocs
theme. See for example:

    http://dpdk.readthedocs.org/en/latest/

This looks better for technical documentation and in particular
it has a 80 char wide verbatim block rendering.

Also turn off option for distracting Html mouseover permalinks.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
---
 doc/guides/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/guides/conf.py b/doc/guides/conf.py
index b2290b4..8cfb7d3 100644
--- a/doc/guides/conf.py
+++ b/doc/guides/conf.py
@@ -37,6 +37,8 @@ from pygments.formatters.latex import LatexFormatter
 
 project = 'DPDK'
 
+html_theme = "sphinx_rtd_theme"
+html_add_permalinks = ""
 html_show_copyright = False
 highlight_language = 'none'
 
-- 
1.8.1.4

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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-20 11:31 [dpdk-dev] [PATCH] doc: change sphinx theme to the read the docs theme John McNamara
2015-10-21  9:39 ` [dpdk-dev] [PATCH v2] " John McNamara
2015-10-23 17:35   ` Van Haaren, Harry
2015-10-26 14:33   ` Thomas Monjalon
2015-11-01 16:41     ` Mcnamara, John
2015-11-01 18:36       ` Thomas Monjalon
2015-11-01 19:39         ` Mcnamara, John
2015-11-01 23:29 ` [dpdk-dev] [PATCH v4] doc: change sphinx theme and add logos John McNamara
2015-12-13 21:34   ` 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).