summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorRoss Turk <ross.turk@inktank.com>2012-05-03 11:02:51 -0700
committerSage Weil <sage@newdream.net>2012-05-03 11:03:03 -0700
commitcabe74b19e3551299f741267fc34b0957ea28ed4 (patch)
tree3f99376eb65d6f31073f92991718f34f94b28824 /doc/conf.py
parent54991fff146ccf30fe9a9978f433edb20ae442a5 (diff)
downloadceph-cabe74b19e3551299f741267fc34b0957ea28ed4.tar.gz
doc: new theme
Signed-off-by: Ross Turk <ross.turk@inktank.com>
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 0d6b844e1d8..ddcb7b1ac48 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -9,9 +9,10 @@ master_doc = 'index'
exclude_patterns = ['**/.#*', '**/*~']
pygments_style = 'sphinx'
-html_theme = 'nature'
+html_theme = 'ceph'
+html_theme_path = ['_themes']
html_title = "Ceph documentation"
-html_logo = 'logo.jpg'
+html_logo = 'logo.png'
html_favicon = 'favicon.ico'
html_use_smartypants = True
html_show_sphinx = False