fix typos
This commit is contained in:
@ -182,9 +182,9 @@ def process_repositories(args, service):
|
|||||||
logo_url="https://docs-int.otc-service.com",
|
logo_url="https://docs-int.otc-service.com",
|
||||||
)
|
)
|
||||||
sbv_title = (service["service_title"] + "\n" + ('=' * len(service["service_title"])))
|
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)
|
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(
|
with open(
|
||||||
pathlib.Path(copy_path, "conf.py"),
|
pathlib.Path(copy_path, "conf.py"),
|
||||||
"w",
|
"w",
|
||||||
|
Reference in New Issue
Block a user