Anthony
Anthony
> This would be a big refactor and I think there should be some discussions and planning before moving forward with this. If we wanted to add an option for...
Yeah, I suppose this issue is more about adding more algorithms besides semver. #5319 is more what I've been thinking here, though the idea of surfacing implicit rules as explicit...
We agree this would be an awesome feature, we've already talked about how this might work and it's vaguely on our roadmap already.
I believe it was once a feature of RTD, but it was removed. We'd like to have this supported with an overhaul of the API -- a task we haven't...
@mistercrunch if you don't use these dependencies within your documentation at all, you can mock them out or use conda.
:wave: So, just an update here for anyone following along: This is loosely going on our roadmap for sometime this year. However, we have a number of technical pieces we...
We haven't had any serious progress here yet this year, but I am currently experimenting with a solution for this using `build.jobs` and magic-wormhole for file transfer towards RTD. So...
Success!  This is with `tty=True` on all commands. This wasn't a setting but was instead a matter of simulating printing the string (and thus allowing the cursor to drift...
So, what I did was implement an output parser that seeks back to the last `\n` for each `\r` in the string. Unfortunately, there are more control characters here. There...
Example changes are at c1bcf6ca6