diff --git a/docs/source/conf.py b/docs/source/conf.py index 7351873..3166d16 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,9 +15,10 @@ BRANCHES = [ "master", "branch-1.0.x", + "branch-1.1.x" ] # Sets the latest version. -LATEST_VERSION = "branch-1.0.x" +LATEST_VERSION = "branch-1.1.x" # Set which versions are not released yet. # Todo: List master when there is more than one version. UNSTABLE_VERSIONS = ["master"]