From 0489f23f699d0945c989cdcff686bc18d4cd0284 Mon Sep 17 00:00:00 2001 From: Devananda van der Veen Date: Sat, 6 Sep 2014 12:45:34 -0700 Subject: [PATCH] Switch to "incubating" doc theme Change the sphinx config to use the "incubating" theme from oslosphinx. Change-Id: I51fcc9689e331dc2d233750f4489fb1a3375b39a --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 614e286d39..fe111bf222 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -64,6 +64,7 @@ pygments_style = 'sphinx' #html_theme_path = ["."] #html_theme = '_theme' #html_static_path = ['_static'] +html_theme_options = {'incubating': True} # Output file base name for HTML help builder. htmlhelp_basename = '%sdoc' % project