Manuel Kaufmann
Manuel Kaufmann
> The top-level sitemap request is convention (`/sitemap.xml`), but linked sitemaps don't need to follow any specific convention. It's common to have sitemaps that link to sub-sitemaps like this. For...
> Async process in each build task starts up and polls a build healthcheck API once per minute I think this is the hardest part to do it correctly. What...
In that case, the check that hits the API should run _inside the Docker container_ as a separate process. We should call our `healthcheck.py` script immediately after creating the container...
I implemented an idea for this in https://github.com/readthedocs/readthedocs.org/pull/12332 that we can use a base to continue the discussion.
Yeah. I think it's fine to have small docs for this addon. It's not polished/perfect, but it's useful. We can add the other features mentioned in the description of the...
While doing this work, it may be worth to take a look at the URL as well and adapt them. There are a bunch of `readthedocs.org` that needs to be...
It would be good to make the last step here to finish and deploy this PR.
Isn't this issue a duplicated of https://github.com/readthedocs/sphinx_rtd_theme/issues/1621?
Gotcha, thanks for the extra details. It seems we will need to replicate the chunk of code we added to addons that reads the `readthedocs-resolver-filename` META tag and appends it...
> Anyone can open a PR on GitHub, they can change the commands to steal the environment variable. This could be mentioned in the docs, to give more context to...