Tyler Weaver
Tyler Weaver
I have the same issue and it just started on one of my machines. On my other mac it works just fine.
Here is the full traceback: ``` Traceback (most recent call last): File "/home/tyler/.local/lib/python3.8/site-packages/sphinx/cmd/build.py", line 284, in build_main app.build(args.force_all, filenames) File "/home/tyler/.local/lib/python3.8/site-packages/sphinx/application.py", line 337, in build self.builder.build_update() File "/home/tyler/.local/lib/python3.8/site-packages/sphinx/builders/__init__.py", line 294,...
Adding prints this is the base_uri causing the problem: ``` http://docs.ros.org/noetic/api/tf2_ros/html/c++/classtf2__ros_1_1%s.html ``` Thank you for your help on this. I should have known to do this debugging step. We have...
Do I need to use URL escape characters for the + or regular expression escape characters? Is there a pythonic way of doing this so I can have all my...
@felixvd I never figured this out as you can see in our `requirements.txt` we are still using v4.3.2 and the string I posted above is still in our `conf.py`.
This is really nice. Thank you for doing this. It has been on a long list of things I've wanted to do and your implementation covers more use cases and...
If you have extra bandwidth on this one more nice feature would be coverage percentage output on local runs (`run_ci` and `rerun_ci`). If not, that's not really that important, as...
> What are your thoughts on failing if the coverage is below a given threshold? I thought I read it here somewhere but I can't find it right now... codecov.io's...
Is there any way I can help with this. I think this is one of the last things we need before we can use industrial_ci for moveit on github actions.
I tried it and wasn't able to get it to work for me. However I think that might be because I'm using BASEDIR now and that feature was merged later...