Manuel Kaufmann

Results 1301 comments of Manuel Kaufmann

I'm adding this one to the roadmap since we are moving forward with the addons injection and all these `READTHEDOCS` checks won't be required anymore. We are getting closer to...

I think it won't be trivial to integrate, mainly because of the amount of testing it will require with all the reST roles and Sphinx extensions supported that render correctly...

I'm working on a 2.0 release that drops support for some old versions and I hit this issue as well. The output that I'm seeing with errors and warnings is:...

I found that those ERROR and WARNING from Sphinx are on purpose. If you go where they are defined, they explain it: * https://github.com/readthedocs/sphinx_rtd_theme/blob/e2e96708c350f099e092ea26e406de950963d043/docs/demo/demo.rst?plain=1#L24-L25 * https://github.com/readthedocs/sphinx_rtd_theme/blob/e2e96708c350f099e092ea26e406de950963d043/docs/demo/demo.rst?plain=1#L265-L266 This is to understand...

Feel free to re-open if this is still an issue.

Hi @adswa! Do you know approximately _when_ this started happening? > As this project has quite a few configurations, I also reproduced this for a very simple project [readthedocs.org/projects/multimatch](https://readthedocs.org/projects/multimatch), which...

I was able to reproduce this issue with: ``` Prefix Redirect / -> /en/latest/ ``` I found the issue in this code: https://github.com/readthedocs/readthedocs.org/blob/f86b5376ffc70242bdd677cb02f016429ff6bd4b/readthedocs/proxito/views/mixins.py#L308-L318 ``` (Pdb++) query_list [('install', '')] (Pdb++) urlencode(query_list)...

It seems this change introduced the issue https://github.com/readthedocs/readthedocs.org/pull/9420/files#diff-8e0bdac308d9115eeb0c48b93459474a47d65e16e91a85db4cf3342e5f39a39dR289 since we weren't parsing the querystring before and now we are. Because the `install` querystring does not have a value, Python automatically...

I understand the confusion was cleared here and the new beta dashboard won't expose this view to users. I'm closing this issue since there is no action from our side...

1.3.0 is already released, so this plan hasn't happened. However, I think there are good candidates to include in the followings 2.x that are coming.