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 <dcu995@gmail.com>
This commit is contained in:
Dmitriy Chubinidze
2026-03-04 17:06:11 +00:00
parent 4c83a24fb5
commit d0565935ec
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -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/
Symlink
+1
View File
@@ -0,0 +1 @@
scripts