From e1bf6e74c95d2c19af82869fbe3ba91ed9d89678 Mon Sep 17 00:00:00 2001 From: "Ian Y. Choi" Date: Sat, 9 Jun 2018 01:08:42 +0900 Subject: [PATCH] [generatepot] Removes unnecessary -b option To generate pot files using Sphinx, just using "-b gettext" is sufficient and there is no need to additionally specify "-b html". Change-Id: I2eebeb5c575ed99be25980fbd3ec560f3bce2da3 --- tools/generatepot.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/generatepot.sh b/tools/generatepot.sh index 5551983..29741e0 100755 --- a/tools/generatepot.sh +++ b/tools/generatepot.sh @@ -26,8 +26,7 @@ fi mkdir -p doc/build/gettext # Extract messages -sphinx-build -j $NUMBER_OF_CORES -b html -b gettext doc/source \ - doc/build/gettext/ +sphinx-build -j $NUMBER_OF_CORES -b gettext doc/source doc/build/gettext/ # Manipulates pot translation sources if needed if [[ -f tools/doc-pot-filter.sh ]]; then tools/doc-pot-filter.sh