Manuel Kaufmann
Manuel Kaufmann
> (also cc @humitos can `latest` be renamed on RTD? or is it hardcoded?) You can take different approaches here, depending on your goal: * make `latest` to point to...
> About the visual cues, we can either wait until RTD solves the search-as-you-type glitches of the add-ons and make use of [readthedocs/addons#125](https://github.com/readthedocs/addons/pull/125), This is fixed and it should be...
This is not a silent failure to the user. We are failing the builds if that happens: https://github.com/readthedocs/readthedocs.org/blob/6aa2757426d2838557bae2c117780f39d6116d24/readthedocs/projects/tasks/builds.py#L945-L961 They should see `"Error uploading files to the storage."` error in the...
Yeah, BuildApp exception always shows the generic one by design. We don't want to expose the user with cryptic rclone related or similar issues. They are internal issues.
> we should communicate to the user is that their documentation was not updated, or might have only been partially updated, and to resolve the issue they can try rebuilding...
We will need to create a specific exception with `message_id` and notification for this. Then, handle it at https://github.com/readthedocs/readthedocs.org/blob/6aa2757426d2838557bae2c117780f39d6116d24/readthedocs/projects/tasks/builds.py#L480-L483 to check if the exception has a `message_id` or not.
I think we need two different solutions here: 1. show a better error when rclone fails (this issue) 2. try detect the recursion in the directory and show a better...
> Overwrite `robots.txt` Note that this is already supported on Read the Docs, you just need to output a `robots.txt` file at the root of the output directory. Read more...
@agoose77 we had great success with the re-implementation of the static HTML flyout as a new bigger project that we called "addons". We are pretty happy with its design and...
I'm putting this issue in Q4 so we update this docs.