Manuel Kaufmann
Manuel Kaufmann
I wrote a comment about how to integrate the Read the Docs Addons with Material for MkDocs in https://github.com/readthedocs/meta/issues/85#issuecomment-2069254429. We should use the content from that comment to write this...
> It probably makes sense to document the add-ons generically _and_ add a section to each Doc tools page about the specifics of the integration > Does that sound like...
I'd like to start moving forward with these pages. Ideally, I'd love to have Sphinx and MkDocs pages written down before October 7th, which is when [addons is going to...
@plaindocs to me, what you are describing as 1) and 2) are the exact same pages. In my head, this means: _a new listing page of supported tools that links...
I think something like this could work: ```diff diff --git a/readthedocs/proxito/views/hosting.py b/readthedocs/proxito/views/hosting.py index 4b598e21b..780e09091 100644 --- a/readthedocs/proxito/views/hosting.py +++ b/readthedocs/proxito/views/hosting.py @@ -342,7 +342,12 @@ class AddonsResponse: ) main_project = project.main_language_project or...
I tested the previous diff locally and it works fine 👍🏼 . I need to open a PR and write some tests.
I'm pinging @stsewd here since I think that the `:Required:` bullet in the documentation refers to the whole section. In this case I understand that `required: false` means that you...
Can we make this change into the model itself instead of this view? Is there any reason to keep this reversed ordering https://github.com/readthedocs/readthedocs.org/blob/94a0c00f3405100a8c5390f3a7e6bb17d3a9cb49/readthedocs/builds/models.py#L210?
@stsewd do you see any blocker on changing the default sorting for versions instead only on the API response?
Yes. Please, revert and merge the change for the API queryset for now. We can move forward with that and revisit later. Can you open an issue for this? It...