From 4efb7061c72f6b0b89c717fdab0cb8d2ecc5a56e Mon Sep 17 00:00:00 2001 From: Anna Stuchlik Date: Wed, 25 Feb 2026 18:15:18 +0100 Subject: [PATCH] doc: publish the docs for version v1.0.0 Currently, the documentation at https://cpp-rs-driver.docs.scylladb.com/ is only published for the master branch. This commit enables publishing the docs for version v1.0.0. Each time we release a new version, the list of versions in the conf.py file should be updated. --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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