Remove versionwarning import

old_docs
JulioV 2020-12-03 18:12:56 -05:00
parent 683d3abe24
commit a9f6fb6fb0
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ import sys
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
import versionwarning
version = release = versionwarning.version
versionwarning_messages = {
'latest': 'These are the old docs for RAPIDS beta. Got to <a href="https://www.rapids.science">https://www.rapids.science</a> for the latest',
}