diff 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
line wrap: on
line diff
--- a/docs/conf.py	Thu Aug 13 15:03:20 2015 +0100
+++ b/docs/conf.py	Mon Aug 17 10:27:58 2015 +0100
@@ -118,8 +118,8 @@
 # documentation.
 #html_theme_options = {}
 html_theme_options = {
-        'font_family': '"Open Sans", Ubuntu, sans-serif',
-        'head_font_family': '"Open Sans", Ubuntu, sans-serif',
+        'font_family': '"Source Sans Pro", Ubuntu, sans-serif',
+        'head_font_family': 'Cabin, 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',