a5cfb74
diff -up ./doc/conf.py.catkinsphinx ./doc/conf.py
a5cfb74
--- ./doc/conf.py.catkinsphinx	2013-03-18 21:46:34.214730022 -0400
a5cfb74
+++ ./doc/conf.py	2013-03-18 21:46:49.177270617 -0400
a5cfb74
@@ -16,7 +16,7 @@ import sys, os
a5cfb74
 import sys
a5cfb74
 sys.path.insert(0, '../src')
a5cfb74
 
a5cfb74
-import catkin_sphinx
a5cfb74
+#import catkin_sphinx
a5cfb74
 from rosdep2 import __version__
a5cfb74
 
a5cfb74
 # If extensions (or modules to document with autodoc) are in another directory,
a5cfb74
@@ -97,9 +97,9 @@ pygments_style = 'sphinx'
a5cfb74
 
a5cfb74
 # The theme to use for HTML and HTML Help pages.  See the documentation for
a5cfb74
 # a list of builtin themes.
a5cfb74
-html_theme_path = [os.path.join(os.path.dirname(catkin_sphinx.__file__), 'theme')]
a5cfb74
-html_theme = 'ros-theme'
a5cfb74
-html_logo = 'ros.png'
a5cfb74
+#html_theme_path = [os.path.join(os.path.dirname(catkin_sphinx.__file__), 'theme')]
a5cfb74
+#html_theme = 'ros-theme'
a5cfb74
+#html_logo = 'ros.png'
a5cfb74
 
a5cfb74
 # Theme options are theme-specific and customize the look and feel of a theme
a5cfb74
 # further.  For a list of options available for each theme, see the