From e82ebbd96e2ba73276e2f1b6d7f9c2d8a9442c3f Mon Sep 17 00:00:00 2001 From: Viliam Luc Date: Thu, 28 Oct 2021 15:05:53 +0200 Subject: doc: fixing documentation structure When building documentation using sphinx we see ~1200 similar warnings [0] [0] - https://s3-logs.fd.io/vex-yul-rot-jenkins-1/csit-verify-tox-master-ubuntu2004-x86_64/3289/doc_verify.log.gz These warning are harmless and can be fixed later Signed-off-by: Viliam Luc Change-Id: I1ac1099d38935971d47491dde905715345d3935c --- resources/libraries/bash/function/docs.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'resources/libraries/bash') diff --git a/resources/libraries/bash/function/docs.sh b/resources/libraries/bash/function/docs.sh index c589416a37..cb3f36d21a 100644 --- a/resources/libraries/bash/function/docs.sh +++ b/resources/libraries/bash/function/docs.sh @@ -89,6 +89,9 @@ function generate_docs () { die "rSync failed!" } + # to remove GPL licence section + find "${WORKING_DIR}/tests/" -type f -exec sed -i '/\*\*\*/,$!d' {} \; + find ${WORKING_DIR}/ -type d -exec echo {} \; -exec touch {}/__init__.py \; python3 gen_rst.py || die "Generate .rst files failed!" -- cgit 1.2.3-korg