From 6a7c1cf7853462e3971c2b8fa6eb47318b7edbb4 Mon Sep 17 00:00:00 2001 From: JulioV Date: Fri, 18 Dec 2020 17:40:08 -0500 Subject: [PATCH] Update conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c0f30307..8bb66f10 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ import sys # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. versionwarning_messages = { - 'latest': 'These are the old docs for RAPIDS beta. Got to www.rapids.science for the latest', + 'latest': 'These are the old docs for RAPIDS beta. Go to www.rapids.science for the latest', } versionwarning_banner_title = 'Deprecated Version' versionwarning_body_selector = 'div[itemprop="articleBody"]'