Manuel Kaufmann
Manuel Kaufmann
> Is there an updated procedure on how one can get a local docker container running the RTD build system so I can debug why my build is failing? It's...
Hi @huxuan! Thanks for opening this issue. Can you expand a little more on this use case? In particular, what's the different between running `pipx` and just the regular `pip`...
@huxuan can you try running `asdf reshim python` after `asdf global pipx latest`? I think that should remove the need for defining `PIPX_BIN_DIR` environment variable.
@agjohnson > I raised issues with the scope of environment variables defined in our configuration through `build.jobs`. @humitos would you agree this feature makes sense without being at odds with...
@ericholscher I tested your idea, but it seems it doesn't work as expected 😞 . I quickly tested this at https://readthedocs.org/projects/test-builds/builds/18714592/ I suppose it's because each command is executed with...
@agjohnson would it be _safe_ to pass `--login`? If the answer is true, that this is all we need, I'd 👍🏼 on moving forward with this. At least, it will...
This is issue is kind of related to https://github.com/readthedocs/readthedocs.org/issues/10462. We should consider that case when working on this idea.
@pllim you can define the environment variables for the project in the meanwhile. Read more at https://docs.readthedocs.io/en/stable/environment-variables.html
> I'd like to configure everything from the config file and not have to fiddle with the UI We have discussed this multiple times and there are a few reasons...
(from the phone 📱) Note that you are installing it twice: one on the Conda YAML file and another one in the Red the Docs YAML file (via python.install) You...