diff --git a/doc/conf.py b/doc/conf.py index 65e7719e8..886c80036 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -189,6 +189,7 @@ else: html_context = { 'current_version': current_version, 'versions': ( ("latest", "/latest/"), + ("1.0", "/1.0/"), ("0.8", "/0.8/"), ("0.7", "/0.7/"), ("0.6", "/0.6/"),