Go to the documentation of this file.00001
00002
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
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
00017
00018 exclude_patterns = []
00019
00020
00021
00022 show_authors = True
00023 pygments_style = 'sphinx'
00024
00025
00026
00027 html_theme = 'sphinxdoc'
00028
00029
00030
00031
00032
00033
00034 html_static_path = ['.static']
00035 html_last_updated_fmt = '%H:%M:%S %b %d, %Y'
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047 htmlhelp_basename = 'orrosplanningdoc'
00048
00049 intersphinx_mapping = {'http://docs.python.org/': None}