From d5373a62f4ef75c261237c4485c73498d9f075e6 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 28 Jan 2022 14:24:25 +0200 Subject: [PATCH] Docs: Sync dev-platforms --- docs | 2 +- examples | 2 +- scripts/docspregen.py | 9 +++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs b/docs index 3567dbd9..920ac922 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 3567dbd90929ff9b42f63295920c945fb145f924 +Subproject commit 920ac922028b140ebe9a91b1c8e07c7d838c5069 diff --git a/examples b/examples index d722c23d..fe5a503b 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit d722c23da47639dcc92e3c9b997df61b9ee1bfe3 +Subproject commit fe5a503b442ee7346a03ac86374657769a5ae1a4 diff --git a/scripts/docspregen.py b/scripts/docspregen.py index c4291cc0..0e945d18 100644 --- a/scripts/docspregen.py +++ b/scripts/docspregen.py @@ -531,12 +531,13 @@ def generate_framework(type_, data, rst_dir=None): lines.append(" :ref:`projectconf_env_framework` = ``%s``" % type_) lines.append("") lines.append(data["description"]) - lines.append( - """ + if data["url"]: + lines.append( + """ For more detailed information please visit `vendor site <%s>`_. """ - % campaign_url(data["url"]) - ) + % campaign_url(data["url"]) + ) lines.append( """