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:
parent
e1dd124096
commit
47d65269e2
@ -2,3 +2,4 @@
|
||||
host=review.opendev.org
|
||||
port=29418
|
||||
project=openstack/charm-deployment-guide.git
|
||||
defaultbranch=stable/2023.2
|
||||
|
@ -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 = ''
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user