From ae2ed12aae044820ce138bd38b0bd8a513a88d90 Mon Sep 17 00:00:00 2001 From: JulioV Date: Tue, 8 Dec 2020 10:32:38 -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 d146f7ac..1dff6473 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 https://www.rapids.science for the latest', + 'latest': 'These are the old docs for RAPIDS beta. Got to www.rapids.science for the latest', } versionwarning_banner_title = 'Deprecated Version' versionwarning_body_selector = 'div[itemprop="articleBody"]'