diff --git a/doc/conf.py b/doc/conf.py index 140a83347..e47b42551 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -197,6 +197,7 @@ html_context = { 'docs_title': docs_title, 'is_release': is_release, 'versions': ( ("latest", "/latest/"), + ("2.3", "/2.3/"), ("2.2", "/2.2/"), ("2.1", "/2.1/"), ("2.0", "/2.0/"),