Manuel Kaufmann
Manuel Kaufmann
_(context for this issue https://github.com/readthedocs/readthedocs.org/pull/9150#discussion_r882951098)_ The PR that auto-reshims asdf Python when calling `pip` commands got merged, https://github.com/danhper/asdf-python/pull/136. Now, we are able to remove our own code for this and...
Now that we implemented a way to revoke Celery tasks we are able to cancel a running build. This is useful for people to manually cancel a build they are...
Currently, we support the following VCS in our platform: - git (`git`) - bazaar (`bzr`) - mercurial (`hg`) - subversion (`svn`) I'd like to start a conversation about the possibility...
We have implemented the redirects on canonical domains (I didn't find the PR). In this comment, we mentioned how they work https://github.com/readthedocs/readthedocs.org/issues/8250#issuecomment-860754126. However, our documentation doesn't explain how canonical domains...
It would be good to mention the "Documentation As Code" concept in our documentation more. There are some good websites covering these topics already that we can use as a...
Closes #8940 Related #9108 Related #9367
I'm creating an issue from an old Trello card that we have, so we can prioritize this work easily. Taking a look at https://docs.readthedocs.io/en/stable/feature-flags.html#feature-flags, there are still some feature flags...
Solve the problem reported by Sentry when the Celery task times out: https://sentry.io/organizations/read-the-docs/issues/3038754375/ > Each commit has a detailed explanation of the changes Note to myself: the latest commit tries...
We are loading `test_data.json` from https://github.com/readthedocs/readthedocs.org/blob/40bc5b1c01a8edfcaf4b898e5b79565598e36d51/readthedocs/projects/fixtures/test_data.json when running `inv docker.up --init` at https://github.com/readthedocs/common/blob/0620e5dad7831c8c6d093efb7e5c91d8118d9c61/dockerfiles/entrypoints/web.sh#L11 That fixture contains some projects that are old or are abandoned and are not good test cases...
It may be good to expand `clean_resources` to also rewrite `` HTML tags. Eric mentioned this in https://github.com/readthedocs/readthedocs.org/pull/9337#discussion_r899437440 This issue could serve also to do some extra research and try...