From bcb51a27c6b979e4dc736a9b9b4df74503397e9f Mon Sep 17 00:00:00 2001 From: architkulkarni Date: Mon, 15 Feb 2021 09:16:01 -0800 Subject: [PATCH] [Serve] [Doc] Add version warning (#14001) --- doc/source/serve/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/serve/index.rst b/doc/source/serve/index.rst index f15093b6c..d5c6853df 100644 --- a/doc/source/serve/index.rst +++ b/doc/source/serve/index.rst @@ -1,3 +1,7 @@ +.. warning:: + Ray Serve is changing fast! You're probably running the latest pip release and not the nightly build, so please ensure you're viewing the correct version of this documentation. + `Here's the documentation for the latest pip release of Ray Serve `_. + .. _rayserve: ============================================