Manuel Kaufmann
Manuel Kaufmann
I did an initial implementation for the required sorting at DB level using a solution I found o a blog post: [`c73ff65` (#11831)](https://github.com/readthedocs/readthedocs.org/pull/11831/commits/c73ff6584a40427ba1ef26883f91466e0c57c6c8)
I'm re-considering the work on this PR based on the benefits vs. the work required. There is a lot of work we need to do here: - We need to...
I'm gonna close this PR because this is not gonna happen soon. We have improved the performance of the addons API a little and we will be testing that more...
Is here any action we need to do? Should we mark this project as spam and don't serve the docs?
I suppose it should return an empty string (`""`) when there is no toctree based on the types from the original function: https://github.com/sphinx-doc/sphinx/blob/v7.2.3/sphinx/builders/html/__init__.py#L941 and https://github.com/sphinx-doc/sphinx/blob/v7.2.3/sphinx/builders/html/__init__.py#L426 and https://github.com/sphinx-doc/sphinx/blob/v7.2.3/sphinx/builders/html/__init__.py#L947 Could you try...
@valeriupredoi thanks for letting us know about it. I suppose we should: - notify all the projects using `miniconda3` and `mambaforge` warning them they are deprecated - write a blog...
I have one question here: is `miniconda3` the same as `miniforge3`? if they are the same, should we only keep support for `miniconda3`? if they are different, what are the...
OK, I understand they are the same with the difference where they install packages from: `defaults` or `conda-forge` channels. I also understand that most of our users are using an...
Yeah, I think people could use `build.jobs.pre_create_environment` to install the version of Conda/Mamba they want doing the following: ```yaml build: jobs: pre_create_environment: - asdf install python miniforge3-24.11.2-1 - asdf global...
I was able to print some log in https://app.readthedocs.org/projects/test-builds/builds/28007668/. It seems `miniforge3` is installed successfully, but it seems it fails at post processing in `asdf`. I'm not sure yet, but...