diff --git a/doc/conf.py b/doc/conf.py index 1aff42127..ec83725a7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -199,6 +199,7 @@ html_context = { 'docs_title': docs_title, 'is_release': is_release, 'versions': ( ("latest", "/latest/"), + ("2.5", "/2.5/"), ("2.4", "/2.4/"), ("2.3", "/2.3/"), ("2.2", "/2.2/"),