Update versioning for 2023.2

Also Update to 2023.2 the intersphinx URL for the remote
charm-guide.

Change-Id: Iff25267e4c726f040dd252d4f427e29872d065ed
Signed-off-by: Peter Matulis <peter.matulis@canonical.com>
This commit is contained in:
Peter Matulis 2023-12-05 10:38:33 -05:00
parent e1dd124096
commit 47d65269e2
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -42,7 +42,7 @@ extensions = [
]
intersphinx_mapping = {
'cg': ('https://docs.openstack.org/charm-guide/latest', None)
'cg': ('https://docs.openstack.org/charm-guide/2023.2', None)
}
# Add any paths that contain templates here, relative to this directory.
@ -64,13 +64,14 @@ copyright = u'2016, OpenStack contributors'
openstackdocs_repo_name = 'openstack/charm-deployment-guide'
openstackdocs_bug_project = 'charm-deployment-guide'
openstackdocs_bug_tag = u'deployment-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 = ''