comparison 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
comparison
equal deleted inserted replaced
6:2ffa8172dce1 7:096c6bbf4a04
109 109
110 # -- Options for HTML output ------------------------------------------- 110 # -- Options for HTML output -------------------------------------------
111 111
112 # The theme to use for HTML and HTML Help pages. See the documentation for 112 # The theme to use for HTML and HTML Help pages. See the documentation for
113 # a list of builtin themes. 113 # a list of builtin themes.
114 html_theme = 'default' 114 html_theme = 'alabaster'
115 115
116 # Theme options are theme-specific and customize the look and feel of a 116 # Theme options are theme-specific and customize the look and feel of a
117 # theme further. For a list of options available for each theme, see the 117 # theme further. For a list of options available for each theme, see the
118 # documentation. 118 # documentation.
119 #html_theme_options = {} 119 #html_theme_options = {}
120 html_theme_options = {
121 'font_family': '"Open Sans", Ubuntu, sans-serif',
122 'head_font_family': '"Open Sans", Ubuntu, sans-serif',
123 'code_font_family': '"Source Code Pro", "Ubuntu Mono", monospace',
124 'code_font_size': '0.8em',
125 'pre_bg': '#f9f9f9', 'note_bg': '#e6f7ff', 'note_border': '#ccefff',
126 'sidebar_list': '#777777', 'body_text': '#515151', 'show_powered_by': False}
127
120 128
121 # Add any paths that contain custom themes here, relative to this directory. 129 # Add any paths that contain custom themes here, relative to this directory.
122 #html_theme_path = [] 130 #html_theme_path = []
123 131
124 # The name for this set of Sphinx documents. If None, it defaults to 132 # The name for this set of Sphinx documents. If None, it defaults to