From 06a441314d85fd46d406c815738cc13e22d68458 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Tue, 18 Apr 2023 12:12:58 +0000 Subject: [PATCH] Function description --- tools/generate_doc_confpy.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/generate_doc_confpy.py b/tools/generate_doc_confpy.py index b5d170f3..6a0e3bfd 100644 --- a/tools/generate_doc_confpy.py +++ b/tools/generate_doc_confpy.py @@ -158,6 +158,7 @@ def process_repositories(args, service): repo_to.index.add([doc["rst_location"]]) if args.update_sbv: + """Add or update service-based-view""" copy_path = pathlib.Path(copy_to, 'doc', 'source') context = dict( repo_name=target_repo["repo"], @@ -210,6 +211,7 @@ def process_repositories(args, service): repo_to.index.add(pathlib.Path(placeholder_path, "placeholder")) if args.update_tox: + """Update tox.ini""" context = dict(docs=[]) for doc in service_docs: if doc["type"] == "dev":