diff options
author | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-01-30 16:57:16 +0530 |
---|---|---|
committer | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-01-30 16:57:16 +0530 |
commit | b94270863b506013e4759e220eed747d94ea7845 (patch) | |
tree | bcdb2135668c28abbf63dd4128952fc44153e7d5 /docs/conf.py | |
parent | 68ada74c88cb3eae5422ac23594f0492ab1ae759 (diff) |
Changing Documentation Theme
Documentation theme changed from 'united' to
'journal'
Change-Id: I89242a324ea3bd827f829b07f43098d91c225eb8
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |