Manuel Kaufmann
Manuel Kaufmann
@stsewd does this change look good for you?
It seems that it's not overriding the files but adding a suffix: ``` > self.assertEqual( {result.path for result in results}, {"index.html", "404.html", "test.html", "api/index.html"}, ) E AssertionError: Items in the...
OK, it's seems the problem here is a combination of things between django-storages and Django itself. There is a long conversation at https://github.com/jschneier/django-storages/issues/1430. I will block this PR for now...
They reverted the conflicting [commit](https://github.com/jschneier/django-storages/commit/394e5d670ade915eac52a9398e840a2c96c77dab), so we should be able to upgrade our dependency to 1.14.5 now. * https://github.com/jschneier/django-storages/issues/1430#issuecomment-2661003605
Hi @dylanh724 👋🏼 . Do you have Read the Docs Addons enabled on your project? https://docs.readthedocs.io/en/stable/addons.html#enabling-read-the-docs-addons Note that we are in the middle of a transition (https://about.readthedocs.com/blog/2024/07/addons-by-default/), and I think...
> Going back to `v2.1.0rc1` and following your guide, it now shows **both** the bottom-left version selector and the flyout: This is the expected behavior for now. We are [working...
We just released `2.1.0rc2` that adds a theme option [`flyout_display`](https://sphinx-rtd-theme.readthedocs.io/en/latest/configuring.html#confval-flyout_display). By default it's `hidden`, so you won't have 2 flyouts when building on Read the Docs and having addons enabled....
I'm closing this issue for now, but feel free to provide any feedback you may have and/or re-open it.
(quick reply from the phone) You can use `build.commands` to install pixi and use it, see https://docs.readthedocs.io/en/latest/config-file/v2.html#build-commands for more info about `build.commands`
I understand. We don't currently support that use case. Also, from past discussions I can say we won't implement this "natively" and expose a configuration option like [`python.install`](https://docs.readthedocs.io/en/stable/config-file/v2.html#python-install) that uses...