Manuel Kaufmann
Manuel Kaufmann
Hi 👋🏼 all. I'm opening this issue here because I found the following note in the README file: > The current procedure is bit tricky because Read The Docs doesn't...
After enabling 2FA in my account, if I login with GitHub, I'm asked for the 2FA code. We should not ask for this to users if they are login in...
This commit checks if the repository contains a `.readthedocs.yaml` testing different possible names, and skip the "Add a configuration file to your project" setp if it's present. It only works...
We've been discussing multiple times a way to override [pre-defined jobs](https://docs.readthedocs.io/en/latest/build-customization.html#extend-the-build-process). It seems we have reached a good timeframe where we can prioritize this work now that we are enabling...
Prepare Proxito's code and dashboard to enable addons by default starting on October 7th, as planned: https://about.readthedocs.com/blog/2024/07/addons-by-default/ - Removes the "Enabled" checkbox from the dashboard. All the addons will be...
* Rename it to `add-project.html` * Always use "add" instead of "import" * Explain the process using the new dashboard * Make usage of a numbered list of steps intead...
The fuction `get_available_overwrite_name` was removed. There is a setting `file_overwrite` which is set to `True` by default and our override shouldn't be required anymore. https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html#settings Related: https://github.com/readthedocs/readthedocs.org/pull/11502
Once #5437 gets merged, we will be able to build PDF supporting non-ASCII languages. Although, there is one step missing that is to support `xindy` to generate the index. Currently...
We recently talk about the following ideas: - Create a landing page that exposes all the sub-projects of it - Link to the parent project from the documentation of the...
This is similar to #11291 but instead of being tied to a build process, we need to write a hook in the Django form directly. Immediately at that time, we...