From 6f8404b2f325ac833510e29c80ff709724b5f785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Przytu=C5=82a?= Date: Tue, 16 Jun 2026 22:37:02 +0200 Subject: [PATCH] build docs for 1.1.0 release I accidentally omitted the change when releasing 1.1.0. --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 607e7be0..78203083 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,16 +13,16 @@ # -- Global variables # Builds documentation for the following tags and branches. -TAGS = ["v1.0.0", "v1.0.1"] +TAGS = ["v1.0.0", "v1.0.1", "v1.1.0"] BRANCHES = [ "master", ] # Sets the latest version. -LATEST_VERSION = "v1.0.1" +LATEST_VERSION = "v1.1.0" # Set which versions are not released yet. UNSTABLE_VERSIONS = ["master"] # Set which versions are deprecated -DEPRECATED_VERSIONS = [""] +DEPRECATED_VERSIONS = ["v1.0.0", "v1.0.1"] # Sets custom build. FLAGS = ["theme"]