From 61f07faacab925493bc670fe2f1ddba0dd4d0810 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Tue, 13 Nov 2018 10:20:32 -0800 Subject: [PATCH] changed documentation theme to read the docs --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index c6993a9e..cb047c80 100644 --- a/source/conf.py +++ b/source/conf.py @@ -117,7 +117,7 @@ rst_epilog = """ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'clearlinux' +html_theme = 'sphinx_rtd_theme' #html_theme = 'zephyr' # Theme options are theme-specific and customize the look and feel of a theme