diff --git a/doc/conf.py b/doc/conf.py index 5f74e2e28..1a5495764 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -186,6 +186,7 @@ else: html_context = { 'current_version': current_version, 'versions': ( ("latest", "/latest/"), + ("1.6", "/1.6/"), ("1.5", "/1.5/"), ("1.4", "/1.4/"), ("1.3", "/1.3/"),