conf.py
Go to the documentation of this file.
00001 
00002 # -*- coding: utf-8 -*-
00003 import roslib; roslib.load_manifest('jsk_tools')
00004 import sys, os, jsk_tools
00005 
00006 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.ifconfig', 'jsk_tools.shellblock_directive', 'jsk_tools.video_directive']
00007 templates_path = ['.templates']
00008 source_suffix = '.rst'
00009 #source_encoding = 'utf-8'
00010 master_doc = 'index'
00011 project = u'orrosplanning'
00012 copyright = u'2011, Rosen Diankov (rosen.diankov@gmail.com)'
00013 
00014 version = '1.0'
00015 release = '1.0'
00016 #language = None
00017 #today_fmt = '%B %d, %Y'
00018 exclude_patterns = []
00019 #default_role = None
00020 #add_function_parentheses = True
00021 #add_module_names = True
00022 show_authors = True
00023 pygments_style = 'sphinx'
00024 #modindex_common_prefix = []
00025 
00026 # -- Options for HTML output ---------------------------------------------------
00027 html_theme = 'sphinxdoc'
00028 #html_theme_options = {}
00029 #html_theme_path = []
00030 #html_title = None
00031 #html_short_title = None
00032 #html_logo = None
00033 #html_favicon = None
00034 html_static_path = ['.static']
00035 html_last_updated_fmt = '%H:%M:%S %b %d, %Y'
00036 #html_use_smartypants = True
00037 #html_sidebars = {}
00038 #html_additional_pages = {}
00039 #html_domain_indices = True
00040 #html_use_index = True
00041 #html_split_index = False
00042 #html_show_sourcelink = True
00043 #html_show_sphinx = True
00044 #html_show_copyright = True
00045 #html_use_opensearch = ''
00046 #html_file_suffix = None
00047 htmlhelp_basename = 'orrosplanningdoc'
00048 
00049 intersphinx_mapping = {'http://docs.python.org/': None}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


orrosplanning
Author(s): Rosen Diankov (rosen.diankov@gmail.com)
autogenerated on Sat Mar 23 2013 22:32:56