From 275d97e2c1549951a5494a26d1a05da691b79f19 Mon Sep 17 00:00:00 2001 From: Pedro Brochado Date: Mon, 25 Aug 2025 09:14:09 -0300 Subject: [PATCH] Update reference to docs branch --- plugin-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-template b/plugin-template index b4942511..a7d380b4 100755 --- a/plugin-template +++ b/plugin-template @@ -409,7 +409,7 @@ def write_template_section(config, name, plugin_root_dir, verbose=False): files_templated = 0 files_copied = 0 - PULPDOCS_BRANCH = "rewrite-as-mkdocs-plugin" + PULPDOCS_BRANCH = "main" template_vars = { "section": name, "setup_py": (plugin_root_path / "setup.py").exists(),