diff --git a/docs b/docs index a33e885d..500b8268 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit a33e885d68476a2c528c324d7f1127163886fd43 +Subproject commit 500b826845400c7ceff4c787920087ba683239fe diff --git a/scripts/docspregen.py b/scripts/docspregen.py index 3698aa0b..881160ed 100644 --- a/scripts/docspregen.py +++ b/scripts/docspregen.py @@ -1066,6 +1066,8 @@ def update_project_examples(): # Frameworks frameworks = [] for framework in API_FRAMEWORKS: + if framework["name"] not in framework_examples_md_lines: + continue readme_dir = join(project_examples_dir, "frameworks", framework["name"]) if not isdir(readme_dir): os.makedirs(readme_dir)