From b94270863b506013e4759e220eed747d94ea7845 Mon Sep 17 00:00:00 2001 From: ShubhamRathi Date: Mon, 30 Jan 2017 16:57:16 +0530 Subject: Changing Documentation Theme Documentation theme changed from 'united' to 'journal' Change-Id: I89242a324ea3bd827f829b07f43098d91c225eb8 Signed-off-by: ShubhamRathi --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 41f10d79b..163eb12a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -101,7 +101,7 @@ html_theme = 'bootstrap' # documentation. # html_theme_options = {} html_theme_options = { - 'bootswatch_theme': "united", + 'bootswatch_theme': "journal", } # Add any paths that contain custom themes here, relative to this directory. -- cgit 1.2.3-korg