Manuel Kaufmann
Manuel Kaufmann
I took a look at this and it seems we need to split the [`readthedocs.config.config.load()`](https://github.com/readthedocs/readthedocs.org/blob/03c03fa4de2a52fb5bbbbd8ab047e485abcc310c/readthedocs/config/config.py#L805-L850) function into two: 1. find the YAML file to load 2. load the YAML file...
This is out of the scope of the new notification design document I'm working on at #10890, but if we go in that direction and implement it, we can easily...
@ericholscher @stsewd is this issue still relevant after all the migration you have done regarding custom domains?
> I always prefer to solve UX/UI issues though UI changes, rather than explain our UX with prose content. We will be eventually able to use the same algorithms we...
> A way to get around this is to create a specially named branch `pre-commit-base` in the following step: Do we have to create a special branch? Can we just...
I was saying to keep it running on `tox` but using that variable. It's on tox because all the other checks are performed by tox and also because it's useful...
Yes. We have to improve the error message we expose to users to be more friendly 😄 . We have a few issues about this already. This is the code...
We should make the error of using `pip.install.extra_requirements: [doc]` clearer. See https://github.com/readthedocs/readthedocs.org/issues/10717
Another related issue: https://github.com/readthedocs/readthedocs.org/issues/6569
... and another one: https://github.com/readthedocs/readthedocs.org/issues/7707 There are a bunch of issues related to this 😞 -- probably worth prioritizing this work.