20 import catkin_pkg.package
21 catkin_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
22 catkin_package = catkin_pkg.package.parse_package(
23 os.path.join(catkin_dir, catkin_pkg.package.PACKAGE_MANIFEST_FILENAME))
33 extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
34 'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinx.ext.graphviz']
37 autodoc_member_order =
'bysource' 40 templates_path = [
'_templates']
43 source_suffix =
'.rst' 52 project =
u'pyros-setup' 53 copyright =
u'2015, AlexV' 60 version = catkin_package.version
62 release = catkin_package.version
76 exclude_patterns = [
'weblinks.rst']
93 pygments_style =
'sphinx' 103 html_theme =
'nature' 176 htmlhelp_basename =
'pyros_test_pydoc' 196 (
'index',
'pyros-test.tex',
227 (
'index',
'pyros-test',
241 texinfo_documents = [
242 (
'index',
'pyros-test',
243 u'pyros Documentation',
244 u'AlexV',
'pyros-test',
'pyros-test.',
259 intersphinx_mapping = {
'http://docs.python.org/':
None}