Manuel Kaufmann

Results 368 issues of Manuel Kaufmann

I thought we had an issue opened for this, but I wasn't able to find it. The problem that I've seen is that if the project is using `submodules.include: all`...

Improvement
Accepted

When building locally using `build.tools`, it will try to compile a Python version on each build. This is because the documentation does not explain how to pre-compile these tools and...

Needed: documentation
Accepted

It seems that we missed an upgrade to make it fully compatible with Django 3.x We are using `admin.ACTION_CHECKBOX_NAME` when it was deprecated and it was removed already: > The...

Bug
Accepted

When creating the container to build the documentation, we are mounting different paths depending on if we are running locally in the development instance or in production. This differentiation makes...

Improvement
Accepted

Currently, we are installing `docker-compose` Python package as a dependency when setting up the development environment: https://github.com/readthedocs/common/blob/99160cd9ff33eecdb144a81b867c800dc253ccb9/dockerfiles/requirements.txt#L3 However, that version of Docker Compose is deprecated and a v2 was released....

Improvement
Needed: documentation
Accepted

When using `build.commands` none of the Read the Docs extensions are installed. However, there are use cases where people want to fully overwrite the build process but still keep some...

Needed: documentation
Status: blocked
Accepted

I'm not sure if this is a too-requested feature, but I wanted to open this issue to start the conversation at least and collect 👍🏼's via GitHub _reactions_ in case...

Feature
Needed: design decision

Read the Docs repository was renamed from `readthedocs/readthedocs-preview` to `readthedocs/actions/`. Now, the `preview` action is under `readthedocs/actions/preview` and is tagged as `v1` ---- :books: Documentation preview :books:: https://sqlite-utils--463.org.readthedocs.build/en/463/

Hi! Due to the latest changes about removing Javascript frameworks (#10070), we are thinking what's the best way to require/include jQuery from downstream in a clean way. This is from...

enhancement