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"]'