Manuel Kaufmann
Manuel Kaufmann
> The valid URL for this case is `https://docs.readthedocs.io/_/static/javascript/readthedocs-doc-embed.js`. Note that it does not include `/en/stable/` I suppose the URL injected by Read the Docs may be relative and that's...
It seems this is not a problem anymore. Note that we are using addons now and the URL used for them is https://docs.readthedocs.io/_/static/javascript/readthedocs-addons.js
> Only remaining thing is pytest warning. Tracked in #234
It seems this is already solved.
Are you still able to reproduce this issue? If so, can you try rebuilding your docs _without_ using this extension? Do you have the same issue? I'm asking because I...
> Should this kind of thing be implemented sphinx-side instead? It could be helpfull for anyone, not just cpython. Yes. I'd like this to be implemented in Sphinx if possible...
The next version of Sphinx (7.1.0) will include [the PR to keep the `translated` attribute in the nodes](https://github.com/sphinx-doc/sphinx/pull/11502). With that attribute, we can achieve all the proposal from this PR:...
Hi all! I don't know exactly how the build process for docs.python.org works, but IIRC what I saw once was a set of custom scripts (to generate the version selector)...
Hi! The Django documentation is a tricky example to follow because they have some custom configuration that is not easy to get access to. If you follow the instructions from...
> I understand now, how RTD generates their version switchers, they inject all known versions in sphinx's conf.py then use it in the theme. > > I like it because...