From 2428afb2b5787f0839c3381b351ad18482313cf4 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Fri, 5 Aug 2022 22:04:46 -0700 Subject: [PATCH] fix it Signed-off-by: Eric Liang --- doc/source/conf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2395dcd9b507..d60dbbc2b289 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -97,12 +97,12 @@ # "This document is for the latest pip release. " # 'Visit the master branch documentation here.' # ), - "master": ( - "Got questions? Join " - f'the Ray Community forum ' - "for Q&A on all things Ray, as well as to share and learn use cases " - "and best practices with the Ray community." - ), + # "master": ( + # "Got questions? Join " + # f'the Ray Community forum ' + # "for Q&A on all things Ray, as well as to share and learn use cases " + # "and best practices with the Ray community." + # ), } versionwarning_body_selector = "#main-content"