From d0565935ecf067aa975a2f6e5cb9c9447f350bf4 Mon Sep 17 00:00:00 2001 From: Dmitriy Chubinidze Date: Wed, 4 Mar 2026 17:06:11 +0000 Subject: [PATCH] docs: add doc-pot-filter.sh to include deploy-guide in translation Add a sepate hook to trigger build for the deploy guide as separate sphinx project Change-Id: I25df97d4e6f405863782ad5107616d682a328385 Signed-off-by: Dmitriy Chubinidze --- scripts/doc-pot-filter.sh | 8 ++++++++ tools | 1 + 2 files changed, 9 insertions(+) create mode 100644 scripts/doc-pot-filter.sh create mode 120000 tools diff --git a/scripts/doc-pot-filter.sh b/scripts/doc-pot-filter.sh new file mode 100644 index 0000000000..fb72be172e --- /dev/null +++ b/scripts/doc-pot-filter.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +set -e + +# Extract messages from the deploy-guide +sphinx-build -b gettext \ + doc/source/deploy-guide/source \ + doc/build/gettext/ diff --git a/tools b/tools new file mode 120000 index 0000000000..528dc4eeda --- /dev/null +++ b/tools @@ -0,0 +1 @@ +scripts \ No newline at end of file