diff --git a/doc/conf.py b/doc/conf.py index 1f650cb32..a8ddff4e0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -189,6 +189,7 @@ else: html_context = { 'current_version': current_version, 'versions': ( ("latest", "/latest/"), + ("2.0", "/2.0/"), ("1.6.1", "/1.6.1/"), ("1.6", "/1.6/"), ("1.5", "/1.5/"),