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
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/charm-deployment-guide.git
|
project=openstack/charm-deployment-guide.git
|
||||||
|
defaultbranch=stable/2023.2
|
||||||
|
@ -42,7 +42,7 @@ extensions = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
intersphinx_mapping = {
|
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.
|
# 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_repo_name = 'openstack/charm-deployment-guide'
|
||||||
openstackdocs_bug_project = 'charm-deployment-guide'
|
openstackdocs_bug_project = 'charm-deployment-guide'
|
||||||
openstackdocs_bug_tag = u'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
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = ''
|
version = '2023.2 - Bobcat'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = ''
|
release = ''
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user