diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2018-12-17 01:12:59 -0800 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2018-12-17 23:39:58 -0800 |
commit | ec8ec4690056629c029f20e0d46e1b15fd35a9f1 (patch) | |
tree | a5580289702b2909764e31c00035e0fc4f8ba749 /docs | |
parent | af991778628e79daa1b3ecc10f48c2082d210f0b (diff) |
sphinx: Change theme from alabaster to flask
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'docs')
-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 a17f7533c..64ddeab4d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -124,7 +124,7 @@ 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 = 'flask' # 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 |