Re: [PATCH] docs: Introduce a default .readthedocs.yaml

2025-06-22 Thread Stefano Stabellini
On Fri, 20 Jun 2025, Andrew Cooper wrote: > Read The Docs now requires a configuration file, which is awkward when using > RTD to render proposed changes on the list. > > Provide the minimal configuration file possible, sacrificing all > reproducibility in order to hopefully not need to touch it m

[PATCH] docs: Introduce a default .readthedocs.yaml

2025-06-20 Thread Andrew Cooper
Read The Docs now requires a configuration file, which is awkward when using RTD to render proposed changes on the list. Provide the minimal configuration file possible, sacrificing all reproducibility in order to hopefully not need to touch it moving forwards. Signed-off-by: Andrew Cooper --- C