Update conf.py

old_docs
JulioV 2020-12-18 17:40:08 -05:00 committed by GitHub
parent b48917c7c1
commit 6a7c1cf785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <a href="http://www.rapids.science">www.rapids.science</a> for the latest',
'latest': 'These are the old docs for RAPIDS beta. Go to <a href="http://www.rapids.science">www.rapids.science</a> for the latest',
}
versionwarning_banner_title = 'Deprecated Version'
versionwarning_body_selector = 'div[itemprop="articleBody"]'