Manuel Kaufmann
Manuel Kaufmann
We have been deprecating pretty old non-used or broken features in the last weeks and we found ourselves a little lost about the big picture (whole plan) but also about...
Allow users to choose one of the pre-defined algorithms: - Lexicographically - SemVer (Read the Docs) - CalVer - Custom pattern The sorting algorithm is implemented in the backend. So,...
It would be awesome if Read the Docs could detect that a file was renamed and automatically creates a redirect for this file, so the URLs for the old resource...
We are close to Ubuntu 24.04 release. We should expose it to our users.
Django 4.2 supports a psycopg version 3.1.8 or higher. We should be able to upgrade once we are fully migrated. Requires: * https://github.com/readthedocs/readthedocs.org/pull/10595
We are using nodejs v8.16 on development https://github.com/readthedocs/readthedocs.org/blob/6e7b0b470b91ca4b456930c0834d47f8abf9373d/dockerfiles/docker-compose-assets.yml#L5 but nodejs 10.17.0 on CircleCI https://github.com/readthedocs/readthedocs.org/blob/6e7b0b470b91ca4b456930c0834d47f8abf9373d/.circleci/config.yml#L63-L64 What's the correct version we should use? I remember that _I pin_ the development instance to...
We are currently using `2.2.0` but the latest release is `6.x`. We pause upgrading it because it required some extra work by that time. Maybe, due to #10932 the time...
While implementing the new notification system, I removed the `SiteNotification` class and together with that, the ability to create a site notification from the `contact_users` utility. Currently, it only sends...
Add `?expand=permissions` to project list/detail API endpoints. Related https://github.com/readthedocs/ext-theme/issues/128
> I'm not 100% sure how pipelines work on GitLab, so there may be some mistakes on this issue. We had a customer report saying that the commit status gets...