How to generate mix ressource files and python lib with libdoc

Hello,

I have a project where I mix ressource files with native Robot Framework langage keywords and folders with python based libraries with keywords .
Something like :
MyFolder |
| - Keywords.robot
| - ALib
| - BLib
| - CLib

running : libdoc MyFolder list
I will have : ALib BLib CLib. (without keywords defined in keywords.robot)

if I run libdoc MyFolder/keywords.robot
I will have my keywords defined in keywords.robot

Any chance to have keywords from libs and keyword.robot with a single command ?

thanks for your help

You could use that:

thanks for the suggestion I will try that !