Manuel Kaufmann
Manuel Kaufmann
What's the UX we want to build here? 1. show a button the user can click to automatically create the redirect 2. show a button with the suggested redirect that...
We talked about showing these suggestions on the PR comment we add after a build. This way users will have another good excuse to migrate to GH App as well.
Hi, the error you are seeing is not related with Read the Docs itself, but with your Sphinx project: ``` Sphinx error: root file /home/docs/checkouts/readthedocs.org/user_builds/video-conference-app-release/checkouts/latest/index.rst not found ``` You are...
Hi 👋🏼 > This is one of the first steps needed so that we can explore hosting our docs on RTD, for example. I'm not sure to understand the relation...
> Specific comment would be appreciated on how to define the authoritative source for the list of versions and languages in the dropdowns Taking a closer look at the PR,...
After re-reading some threads related to the switchers, digging into the code and clarifying some doubts that I had regarding the current build process, I commented on https://github.com/python/docs-community/issues/5#issuecomment-2245590647 with migration...
> About listing languages, perhaps we should also put them in the JSON? > One negative point for putting things in the docsbuild-scripts repo: I think core devs by default...
I suppose this may be related with Mamba being deprecated: #11690. You can try using miniforge instead following the instructions from https://github.com/readthedocs/readthedocs.org/issues/11690#issuecomment-2838545476
We are already using `CELERY_` prefix in all our settings, so it seems we only need to update how we load them at https://github.com/readthedocs/readthedocs.org/blob/main/readthedocs/worker.py#L18 ```diff diff --git a/readthedocs/worker.py b/readthedocs/worker.py index...
@copilot please write a simple test case for this PR to check that setting `Project.readthedocs_yaml_path` is returned in the response.