Differentiate between public and internal otcdocstheme #24

Merged
zuul merged 2 commits from otcdocstheme-public into main 2023-11-15 14:07:17 +00:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 135c8a9bc8 - Show all commits

View File

@ -246,7 +246,7 @@ def process_repositories(args, service):
if doc["type"] == "dev":
doc["type"] = "dev-guide"
context["docs"].append(doc)
context["target_environment"] = args.target_environment
tox_ini_content = tox_ini_template.render(**context)