Hey Robot Framework community ![]()
I’ve just released a new version of robotframework-libdocgen — a lightweight tool for generating clean, modern documentation for Robot Framework libraries.
Installation
pip install robotframework-libdocgen
New in the latest release
- Multi-library support – generate docs for multiple Robot Framework libraries from a single config
- Dashboard mode – browse all libraries from one place
- Global keyword search across libraries
- Parallel generation for faster runs
- Built-in preview server for local browsing
- Improved config system with site-level defaults + per-library overrides
- Cleaner, more modern dashboard UI
Usage:
Single library:
docgen your_library.py -o docs.html -c config.json
Multiple Libraries:
docgen -c multi_lib_config.json --multi-lib
Dashboard and serve
docgen -c multi_lib_config.json --dashboard --serve --host 0.0.0.0 --port 8080
Parallel generation
docgen -c multi_lib_config.json --multi-lib --parallel --workers 4
For more detailed usage, please check README file.
Github Repo: Link
Feedback welcome ![]()