Closed Ishadijcks closed 4 years ago
Hi! This is curious— the logic here is supposed to only link a CHANGELOG.rst file if it exists in a given package:
If you comment out that highlighted block, does it then work? Alternatively, do you mind posting the contents of package1 and package12 somewhere so I can reproduce the problem?
The same still happens unfortunately. (I have confirmed the code running was changed by adding some prints)
The main repository is located here. You'd have to clone it recursively as it contains submodules. All branches on develop and the march-iv
repo on feature/readthedocs
I'm also curious as to why running with --no-summarize
still tries to add an extra summary package.
If you need any more information let me know!
Edit: When navigating to the file it says is missing, I get the following warning: "The link 'CHANGELOG.rst" is broken. Move it to Trash?
I have removed my build/
and devel/
folders and ran catkin_make
again. Now catkin document
runs without failure! I'm not completely sure what the issue was, but it appears to be fixed.
Feel free to close this issue.
I was trying to run
catkin_document
, but it appears to crash when sphinx wants to generate a summary.I've tried to run with
--no-summary
as a workaround, but it produces the same error.Do you have any idea how I can fix it?