From 43ee0c4999e9b07ca1e64a05ee42c34fbc6ca3d1 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 16 May 2024 12:43:24 +0200 Subject: [PATCH] [doc] Define release names in documentation Change-Id: Iffbe9c7c1050a108b2121ddbcc02d16721d3d517 --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index f6884a5bee..b938d99673 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -33,9 +33,9 @@ import yaml # Variables to override target_name = 'openstack-ansible' description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.' -previous_series_name = '2023.1' -previous_slurp_name = False -current_series_name = '2023.2' +previous_series_name = '2023.2' +previous_slurp_name = '2023.1' +current_series_name = '2024.1' # General information about the project. author = 'OpenStack-Ansible Contributors'