Update API doc generation

This commit is contained in:
nicolargo 2025-08-23 09:52:02 +02:00
parent 973dd8978e
commit cb8003c1df
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ def print_plugin(gl, plugin):
def print_plugins(gl):
"""Print the details of all plugins."""
for plugin in [p for p in gl.plugins() if p not in ['programlist']]:
for plugin in [p for p in gl.plugins() if p not in ['help', 'programlist']]:
print_plugin(gl, plugin)