fix pep8
This commit is contained in:
@ -170,7 +170,7 @@ def process_repositories(args, service):
|
||||
if target_repo.get("type") != "github":
|
||||
context["git_type"] = target_repo["type"]
|
||||
if (args.target_environment == "public"
|
||||
and args.cloud_environment == "swiss"):
|
||||
and args.cloud_environment == "swiss"):
|
||||
context["html_options"] = dict(
|
||||
logo_url="https://docs.sc.otc.t-systems.com",
|
||||
)
|
||||
@ -183,7 +183,7 @@ def process_repositories(args, service):
|
||||
context["otcdocs_search_environment"] = "hc_de"
|
||||
context["otcdocs_search_index"] = "search_index_de"
|
||||
elif (args.target_environment == "internal"
|
||||
and args.cloud_environment == "swiss"):
|
||||
and args.cloud_environment == "swiss"):
|
||||
context["html_options"] = dict(
|
||||
disable_search=True,
|
||||
site_name="Internal Documentation Portal",
|
||||
|
Reference in New Issue
Block a user