comparison docs/conf.py @ 8:844eb8c36f32

Add help section in xml and update usage documentation
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Mon, 17 Aug 2015 10:27:58 +0100
parents 096c6bbf4a04
children 628f82e72d72
comparison
equal deleted inserted replaced
7:096c6bbf4a04 8:844eb8c36f32
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 = { 120 html_theme_options = {
121 'font_family': '"Open Sans", Ubuntu, sans-serif', 121 'font_family': '"Source Sans Pro", Ubuntu, sans-serif',
122 'head_font_family': '"Open Sans", Ubuntu, sans-serif', 122 'head_font_family': 'Cabin, Ubuntu, sans-serif',
123 'code_font_family': '"Source Code Pro", "Ubuntu Mono", monospace', 123 'code_font_family': '"Source Code Pro", "Ubuntu Mono", monospace',
124 'code_font_size': '0.8em', 124 'code_font_size': '0.8em',
125 'pre_bg': '#f9f9f9', 'note_bg': '#e6f7ff', 'note_border': '#ccefff', 125 'pre_bg': '#f9f9f9', 'note_bg': '#e6f7ff', 'note_border': '#ccefff',
126 'sidebar_list': '#777777', 'body_text': '#515151', 'show_powered_by': False} 126 'sidebar_list': '#777777', 'body_text': '#515151', 'show_powered_by': False}
127 127