diff --git a/docs/source/conf.py b/docs/source/conf.py index 36586959c..5cb2d1282 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,9 +7,9 @@ # Build documentation for the following tags and branches TAGS = [] -BRANCHES = ['master', 'branch-2.2', 'branch-2.3', 'branch-2.4', 'branch-2.5', 'branch-2.6', 'branch-3.0', 'branch-3.1', 'branch-3.2'] +BRANCHES = ['master', 'branch-2.2', 'branch-2.3', 'branch-2.4', 'branch-2.5', 'branch-2.6', 'branch-3.0', 'branch-3.1', 'branch-3.2', 'branch-3.3'] # Set the latest version. -LATEST_VERSION = 'branch-3.2' +LATEST_VERSION = 'branch-3.3' # Set which versions are not released yet. UNSTABLE_VERSIONS = ['master'] # Set which versions are deprecated