diff --git a/doc/conf.py b/doc/conf.py index fd0e6eb9ddb..58504c18fbf 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -140,6 +140,7 @@ html_context = { "current_version": version, "versions": ( ("latest", "/"), + ("2.7.0", "/2.7.0/"), ("2.6.0", "/2.6.0/"), ("2.5.0", "/2.5.0/"), ("2.4.0", "/2.4.0/"),