diff --git a/doc/conf.py b/doc/conf.py index 7ccb97b00..0986f169a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -186,10 +186,10 @@ else: html_context = { 'current_version': current_version, 'versions': ( ("latest", "/latest/"), + ("1.4", "/1.4/"), ("1.3", "/1.3/"), ("1.2", "/1.2/"), ("1.1", "/1.1/"), - ("1.0", "/1.0/"), ) }