Manuel Kaufmann
Manuel Kaufmann
> One thing that came to mind recently is that, in some cases, I'd love to even get rid of `/stable` altogether, or at least turn it into a _redirection_....
This probably happens because of the way that hoverxref re-triggers the render of the tabs: https://github.com/readthedocs/sphinx-hoverxref/blob/f91ea099bb0fe3bdd9f40edbc787a11a7c3fcc64/hoverxref/_static/js/hoverxref.js_t#L39
@pradyunsg > @ericholscher Thanks for that link! Any idea how long the v3 API would possibly take? Unfortunately, we haven't had the time to continue with this work yet. However,...
While reviewing lot of PRs and issues on the Read the Docs side, I arrived at this issue here and I wanted to let you all know that I started...
Hi 👋🏼 . I wanted to give you an update here since we have done a lot of work related to this issue since my last comment. > While reviewing...
The easiest fix for users here is to remove the theme configuration `canonical_url` (which is already deprecated) and use `html_baseurl` Sphinx's option instead. When `html_baseurl` is defined, [Sphinx automatically generates...
@benjaoming gotcha! I miss-read the Sphinx code and thought that `self.out_suffix` on its code will do exactly what we need, but it will probably just adds `.html` always instead of...
I'm a little lost here about how to solve this issue. What are the actionable steps to move forward from _our side_?
I may need to take a look at this since I'm hitting random issues while compiling the build tools today.