fix typos

This commit is contained in:
2023-04-18 10:11:03 +00:00
parent 756aac3750
commit 44c6d17aad

View File

@ -182,9 +182,9 @@ def process_repositories(args, service):
logo_url="https://docs-int.otc-service.com",
)
sbv_title = (service["service_title"] + "\n" + ('=' * len(service["service_title"])))
content["sbv_title"] = sbv_title
context["sbv_title"] = sbv_title
conf_py_content = conf_py_template.render(**context)
index_sbv_content = index_sbv_template.render(**content)
index_sbv_content = index_sbv_template.render(**context)
with open(
pathlib.Path(copy_path, "conf.py"),
"w",