diff --git a/doc/conf.py b/doc/conf.py index 84f4ba949c9..2ca8cf5229e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -552,11 +552,10 @@ html_context = { 'theme_logo_only': False, 'current_version': version, 'versions': (("latest", "/"), + ("2.5.0", "/2.5.0/"), ("2.4.0", "/2.4.0/"), ("2.3.0", "/2.3.0/"), ("2.2.0", "/2.2.0/"), - ("2.1.0", "/2.1.0/"), - ("2.0.0", "/2.0.0/"), ("1.14.1", "/1.14.1/"), ) }