diff docs/conf.py @ 7:096c6bbf4a04

Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Thu, 13 Aug 2015 15:03:20 +0100
parents 8e1efafa6277
children 844eb8c36f32
line wrap: on
line diff
--- a/docs/conf.py	Wed Aug 12 16:28:43 2015 +0100
+++ b/docs/conf.py	Thu Aug 13 15:03:20 2015 +0100
@@ -111,12 +111,20 @@
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = 'default'
+html_theme = 'alabaster'
 
 # 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
 # documentation.
 #html_theme_options = {}
+html_theme_options = {
+        'font_family': '"Open Sans", Ubuntu, sans-serif',
+        'head_font_family': '"Open Sans", Ubuntu, sans-serif',
+        'code_font_family': '"Source Code Pro", "Ubuntu Mono", monospace',
+        'code_font_size': '0.8em',
+        'pre_bg': '#f9f9f9', 'note_bg': '#e6f7ff', 'note_border': '#ccefff',
+        'sidebar_list': '#777777', 'body_text': '#515151', 'show_powered_by': False}
+
 
 # Add any paths that contain custom themes here, relative to this directory.
 #html_theme_path = []
@@ -272,4 +280,4 @@
 #texinfo_show_urls = 'footnote'
 
 # If true, do not generate a @detailmenu in the "Top" node's menu.
-#texinfo_no_detailmenu = False
\ No newline at end of file
+#texinfo_no_detailmenu = False