Skip to content

Commit

Permalink
Updating so that ros-theme can be found
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan Marder-Eppstein committed Oct 19, 2012
1 parent 2bd8f09 commit bf7bf12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
from xml.etree.ElementTree import ElementTree

html_logo = 'ros.png'
html_theme_path = [os.path.join(os.path.expanduser('~'), 'sphinx'), 'themes']

import catkin_sphinx
html_theme_path = [os.path.join(os.path.dirname(catkin_sphinx.__file__), 'theme')]

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down

0 comments on commit bf7bf12

Please sign in to comment.