From 29e9fb3d646548f00b9e875d4fe6b1f609e0a2d6 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Mon, 8 Aug 2022 11:47:39 -0700 Subject: [PATCH] [docs] Remove spam banner from master docs (#27599) --- 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"