Switch to "incubating" doc theme

Change the sphinx config to use the "incubating" theme from oslosphinx.

Change-Id: I51fcc9689e331dc2d233750f4489fb1a3375b39a
This commit is contained in:
Devananda van der Veen 2014-09-06 12:45:34 -07:00
parent 0494a7782e
commit 0489f23f69

View File

@ -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