Update versioning for 2023.2

Also, now that the 2023.2 Deploy Guide is available, update the
intersphinx URL.

Change-Id: I85e50685e2bbae45252039c32a44664e0bf112e0
Signed-off-by: Peter Matulis <peter.matulis@canonical.com>
This commit is contained in:
Peter Matulis 2023-12-05 10:14:56 -05:00
parent b90bff49c3
commit 873530c7d3
2 changed files with 4 additions and 2 deletions

View File

@ -2,3 +2,4 @@
host=review.opendev.org
port=29418
project=openstack/charm-guide.git
defaultbranch=stable/2023.2

View File

@ -45,7 +45,7 @@ extensions = [
]
intersphinx_mapping = {
'cdg': ('https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest', None)
'cdg': ('https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/2023.2', None)
}
# Spellchecker
@ -82,13 +82,14 @@ copyright = '2016, OpenStack contributors'
openstackdocs_repo_name = 'openstack/charm-guide'
openstackdocs_bug_project = 'charm-guide'
openstackdocs_bug_tag = 'charm-guide'
openstackdocs_auto_version = False
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = ''
version = '2023.2 - Bobcat'
# The full version, including alpha/beta/rc tags.
release = ''