From a9f6fb6fb0d6b077bd12a98873c0fc6b80c813df Mon Sep 17 00:00:00 2001 From: JulioV Date: Thu, 3 Dec 2020 18:12:56 -0500 Subject: [PATCH] Remove versionwarning import --- docs/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 40604e3a..d146f7ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 https://www.rapids.science for the latest', }