doc: fixing documentation structure
[csit.git] / resources / libraries / bash / function / docs.sh
index c589416..cb3f36d 100644 (file)
@@ -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!"