ros-infrastructure / rosdoc_lite

A light-weight version of rosdoc that does not rely on ROS infrastructure for crawling packages.
10 stars 31 forks source link

sphinxenator drops files into package directory instead of current directory (08/21/10) #24

Closed mirzashah closed 11 years ago

mirzashah commented 11 years ago

Issue migrated from code.ros.org and reported by "tfoote". Ticket #2966

https://code.ros.org/trac/ros/ticket/2966

This breaks doc builds of read-only installed packages. Doxygen etc work fine

Run:

. /opt/ros/cturtle/setup.sh cd /tmp/foo rosrun rosdoc rosdoc kdl

Get:

OSError: [Errno 13] Permission denied: '/opt/ros/cturtle/stacks/geometry/kdl/_build'

eitanme commented 11 years ago

rosdoc_lite has an output directory option that should keep this from being a problem. All generated files get placed in that directory which the user is responsible for making sure is writable.