diff --git a/doc/conf.py b/doc/conf.py index 97cc4d122..20b86e8b7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -192,17 +192,11 @@ html_context = { 'docs_title': docs_title, 'is_release': is_release, 'versions': ( ("latest", "/latest/"), + ("2.7", "/2.7/"), ("2.6", "/2.6/"), ("2.5", "/2.5/"), - ("2.4", "/2.4/"), - ("2.3", "/2.3/"), - ("2.2", "/2.2/"), - ("2.1", "/2.1/"), ("2.0", "/2.0/"), ("1.6.1", "/1.6.1/"), - ("1.6", "/1.6/"), - ("1.5", "/1.5/"), - ("1.4", "/1.4/"), ("1.0", "/1.0/"), # keep 1.0 ) }