summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 1dbdccb..d8c50e0 100644
--- a/conf.py
+++ b/conf.py
@@ -18,9 +18,12 @@ pygments_style = 'sphinx'
html_theme = 'scipy'
html_theme_path = ['_theme']
-html_logo = '_static/scipyshiny_small.png'
+#html_logo = '_static/scipyshiny_small.png'
+html_static_path = ['_static']
html_theme_options = {
"edit_link": "true",
+ "sidebar": "right",
+ "scipy_org_logo": "true",
"rootlinks": [("http://scipy.org/", "Scipy.org"),
("http://docs.scipy.org/", "Docs")]
}