diff --git a/doc/conf.py b/doc/conf.py index a421f4630d1..35376fff9c0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -539,6 +539,7 @@ html_context = { 'theme_logo_only': False, 'current_version': version, 'versions': (("latest", "/"), + ("2.3.0", "/2.3.0/"), ("2.2.0", "/2.2.0/"), ("2.1.0", "/2.1.0/"), ("2.0.0", "/2.0.0/"),