diff --git a/doc/conf.py b/doc/conf.py index 1af39cab4..7c44cfb35 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -189,6 +189,7 @@ else: html_context = { 'current_version': current_version, 'versions': ( ("latest", "/latest/"), + ("0.7", "/0.7/"), ("0.6", "/0.6/"), ("0.5", "/0.5/"), ("0.4", "/0.4/"),