rkent / rosdoc2

Command-line tool for generating documentation for ROS 2 packages.
Apache License 2.0
0 stars 0 forks source link

naoqi_driver package fails because of an error in conf.py #6

Open rkent opened 5 months ago

rkent commented 5 months ago

Consider using our default conf.py if the user version fails.

rkent commented 5 months ago

Also geodesy (because of:

import catkin_pkg.package
catkin_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
catkin_package = catkin_pkg.package.parse_package(
    os.path.join(catkin_dir, catkin_pkg.package.PACKAGE_MANIFEST_FILENAME))

which does not actually find the package.

rkent commented 5 months ago

Also vision_opencv/github-ros-perception-vision_opencv/vision_opencv/cv_bridge because:

Extension error:
Could not import extension sphinx.ext.pngmath (exception: No module named 'sphinx.ext.pngmath')
sphinx_build exited with return code '2'
rkent commented 5 months ago

Also mrpt_path_planning because of:

exec(open("/home/kent/github/ros-infrastructure/rosindex/_plugins_data/checkout/mrpt_path_planning/github-MRPT-mrpt_path_planning/mrpt_path_planning/doc/source/conf.py").read())
  File "<string>", line 22, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '../../README.md'