Update conf.py
parent
b48917c7c1
commit
6a7c1cf785
|
@ -28,7 +28,7 @@ import sys
|
||||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||||
|
|
||||||
versionwarning_messages = {
|
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_banner_title = 'Deprecated Version'
|
||||||
versionwarning_body_selector = 'div[itemprop="articleBody"]'
|
versionwarning_body_selector = 'div[itemprop="articleBody"]'
|
||||||
|
|
Loading…
Reference in New Issue