Function description
All checks were successful
gl/check check status: success (06a441314d85fd46d406c815738cc13e22d68458)

This commit is contained in:
2023-04-18 12:12:58 +00:00
parent ebe96bb990
commit 06a441314d

View File

@ -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":