From bf7bf125d518df008d4842f1d7b36970853ab173 Mon Sep 17 00:00:00 2001 From: Eitan Marder-Eppstein Date: Fri, 19 Oct 2012 11:07:27 -0700 Subject: [PATCH] Updating so that ros-theme can be found --- doc/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 4acdb2c..e0f2f84 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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