Manuel Kaufmann

Results 1301 comments of Manuel Kaufmann

Thanks for reporting this. It seems a bug in this chunk of code: https://github.com/readthedocs/sphinx_rtd_theme/blob/7b894f5e7a5053dd35de406bc779020c229f20a9/sphinx_rtd_theme/static/js/versions.js_t#L6-L26 It should be injecting `this.config.projects.current`, similar to what CPython's code is doing: https://github.com/python/cpython/blob/67f6e08147bc005e460d82fcce85bf5d56009cf5/Doc/tools/static/rtd_switcher.js#L23-L25 I forgot to...

I just released v3.0.2 that includes this fix. Please let us know if it works as expected.

I moved the code to `subscriptions/models.py`. Hrm... for some reason it doesn't generate a migration 🤷🏼

Closing this for now. We can come back when we want to plot this data again.

> if a user overrides the create_environment step, all other commands won't work, as they depend on the `READTHEDOCS_VIRTUALENV_PATH`/`CONDA_ENVS_PATH` paths having an environment created there. I think that's the compromise/contract...

> Not sure if I understand why this is relevant for us, at the end we care only about the output docs, the process that was followed to generate those...

> My conclusion is that if we add support for this, in the current state, users will need to do a lot of work and workarounds in order to use...

> In your example, you are also overriding the build steps, which is not mentioned in this initial implementation. That is what we expect to implement immediately after we implement...

> Would you be interested in proposing a PR to change it? I'm happy to help you with the JavaScript integration that generates the flyout if somebody else builds the...

I'm pretty excited we are prioritizing this work! 💯 > The other area that we need to reflect this change is in the theme flyout menu, where we currently link...