diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-08-31 22:02:08 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-09-02 09:29:47 +0900 |
commit | ab1253e441f1d5d7a5784269d75f513d2cf97248 (patch) | |
tree | bda0390c7fa6344f9d646a889a1d45d3ab572b26 /doc/source/conf.py | |
parent | 0dc6d0c4f07ac2139ae9f03ee81c5387194aa233 (diff) |
doc: change Sphinx style to haiku
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index ed247019..c539bf85 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -91,7 +91,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = 'haiku' # 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 |