diff --git a/docs/source/conf.py b/docs/source/conf.py index 0b7608b8..60b9bf76 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,12 +12,12 @@ # -- Global variables # Builds documentation for the following tags and branches. -TAGS = [] +TAGS = ["v1.0.0"] BRANCHES = [ "master", ] # Sets the latest version. -LATEST_VERSION = "master" +LATEST_VERSION = "v1.0.0" # Set which versions are not released yet. UNSTABLE_VERSIONS = ["master"] # Set which versions are deprecated