Manuel Kaufmann
Manuel Kaufmann
The actual flyout has a section called "On GitHub" that shows two links to `View` and `Edit` the actual file on GitHub. These are just links to the exact URL...
Some time ago we made the build to fail if the PDF command was different than `0`: https://github.com/readthedocs/readthedocs.org/pull/10113. However, we had to revert this because it affected a lot of...
We had an issue with the NGROK subscription and our account is suspended now. We tried to fix the problem but its price is a lot higher than what we...
With the introduction of "sorting algorithms" for the versions in the flyout, @stsewd suggested we could use these algorithms as well to determine the `stable` version. This would be a...
Projects using `build.commands` to build their documentation can make usage of the `$READTHEDOCS_OUTPUT` directory to expose offline formats like PDF, ePUB, HTMLZip as documented in https://docs.readthedocs.io/en/latest/build-customization.html Currently, we support one...
The FAQ entry about "Changing the slug of the project" at https://docs.readthedocs.io/en/stable/faq.html#how-do-i-change-my-project-slug-the-url-your-docs-are-served-at could be updated to _explain how to create a forced redirect from the old project to the new...
Analyzing the data we have, I've found that we have a bunch of projects that have been triggering builds where _all of them_ have failed. During months. This consumes resources...
Currently, we _require_ the user to save the PDF or ePUB file with a pretty specific filename: `{project.slug}.{extension}`. This has caused a lot of confusions to users. Since we only...
In the response of `/addons/` API endpoint we are using `version.slug` to generate `addons.flyout.versions`: https://github.com/readthedocs/readthedocs.org/blob/a49f1110847a84644bb5c2f2bf47c197e45590c3/readthedocs/proxito/views/hosting.py#L357-L368 Note there aren't too many differences here, but a version named like `release/v2.x` (`verbose_name`) will...
Currently, when using the global search, a lot of spam projects are shown in the search results. None of them should be shown on these results.  We could define...