From 43d5633f1d6fa6270fb8dc5ee3abf81fa602c192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Mon, 2 Dec 2024 16:53:04 +0100 Subject: [PATCH] chore: ccutil to use the article doctype MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabrice Flore-Thébault --- artifacts/attributes.adoc | 1 - build/scripts/build-ccutil.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/artifacts/attributes.adoc b/artifacts/attributes.adoc index 155b736e75..8de3d51df9 100644 --- a/artifacts/attributes.adoc +++ b/artifacts/attributes.adoc @@ -1,7 +1,6 @@ :red-hat-developers-documentation: :imagesdir: :idseparator: - -:doctype: article // Company names :company-name: Red Hat diff --git a/build/scripts/build-ccutil.sh b/build/scripts/build-ccutil.sh index 67ef5737ed..ca7d941658 100755 --- a/build/scripts/build-ccutil.sh +++ b/build/scripts/build-ccutil.sh @@ -36,7 +36,7 @@ for t in $(find titles -name master.adoc | sort -uV | grep -E -v "${EXCLUDED_TIT CMD="podman run --interactive --rm --tty \ --volume "$(pwd)":/docs:Z \ --workdir "/docs/$d" \ - quay.io/ivanhorvath/ccutil:amazing ccutil compile --format html-single --lang en-US"; + quay.io/ivanhorvath/ccutil:amazing ccutil compile --format html-single --lang en-US --doctype article"; echo -e -n "\nBuilding $t into $dest ...\n "; echo "${CMD}" | sed -r -e "s/\ +/ \\\\\n /g" $CMD