diff --git a/doc/conf.py b/doc/conf.py index 1d5b2327c..13c930514 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -199,6 +199,7 @@ html_context = { 'docs_title': docs_title, 'is_release': is_release, 'versions': ( ("latest", "/latest/"), + ("3.2", "/3.2/"), ("3.1", "/3.1/"), ("3.0", "/3.0/"), ("2.7", "/2.7/"),