ray-project / ray

Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
33.56k stars 5.7k forks source link

[Doc] Switch to using new opt-in RTD addons before legacy builds are deprecated #46664

Open peytondmurray opened 3 months ago

peytondmurray commented 3 months ago

Description

Over the next few months, ReadTheDocs (RTD) is planning to switch to a different approach to injecting many of the features (version switcher, PR notification, and other custom css/js; html context; etc) that RTD users rely on. Currently a lot of this happens behind the scenes at build time on the RTD build instances, making it very difficult to debug when the documentation builds a certain way locally and a different way when deployed to RTD.

The timeline for this change is:

We should enable RTD addons before these deprecation dates force the change so that we can address bugs.

See this blog post for more information: https://about.readthedocs.com/blog/2024/07/addons-by-default/

Link

No response

anyscalesam commented 2 weeks ago

@angelinalg @can-anyscale advise on priority for this?