Update conf.py

old_docs
JulioV 2020-12-08 10:34:08 -05:00 committed by GitHub
parent ae2ed12aae
commit b48917c7c1
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="www.rapids.science">www.rapids.science</a> for the latest',
'latest': 'These are the old docs for RAPIDS beta. Got 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"]'