From 7ff11136b1a528bd3d9b0795fa0005b40c2b3b9f Mon Sep 17 00:00:00 2001 From: Tibor Date: Thu, 26 Jan 2017 13:21:12 +0100 Subject: Add sphinx read the doc theme. Change-Id: Iade7c42081378bf211b81ad29b2898518442d2ff Signed-off-by: Tibor --- test/doc/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/doc') diff --git a/test/doc/conf.py b/test/doc/conf.py index 96ea50fe..ec8958ea 100644 --- a/test/doc/conf.py +++ b/test/doc/conf.py @@ -122,7 +122,8 @@ todo_include_todos = False # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +#html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the -- cgit 1.2.3-korg