diff --git a/doc/source/conf.py b/doc/source/conf.py index 3e168ea..ad73f89 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -62,7 +62,7 @@ openstackdocs_auto_name = False # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = 'en' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. diff --git a/remote_cli/docker_image_version.sh b/remote_cli/docker_image_version.sh index 6a761a1..40c20cc 100644 --- a/remote_cli/docker_image_version.sh +++ b/remote_cli/docker_image_version.sh @@ -1,2 +1,2 @@ -export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.9.0-v1.5.11" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.9.0-v1.5.12" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-debian-stable-latest"