diff --git a/doc/conf.py b/doc/conf.py index c6a79e6e4..908223bcb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -189,6 +189,8 @@ else: html_context = { 'current_version': current_version, 'versions': ( ("latest", "/latest/"), + ("1.6.1", "/1.6.1/"), + ("1.6", "/1.6/"), ("1.6", "/1.6/"), ("1.5", "/1.5/"), ("1.4", "/1.4/"),