diff --git a/.gitreview b/.gitreview
index e2e55e4..09a702b 100644
--- a/.gitreview
+++ b/.gitreview
@@ -2,3 +2,4 @@
 host=review.opendev.org
 port=29418
 project=openstack/charm-deployment-guide.git
+defaultbranch=stable/2023.2
diff --git a/deploy-guide/source/conf.py b/deploy-guide/source/conf.py
index ac2eb9a..cfb7af6 100644
--- a/deploy-guide/source/conf.py
+++ b/deploy-guide/source/conf.py
@@ -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 = ''