Is there a way to automatically document robot framework tests?
https://robotframework.org/
I've tried running `make html` on my RF project, but it does not automatically document them. I have also tried looking at different libraries in PyPi, but it seems that the related libraries no longer work. I also know that there is a libdoc tool that is supposed to do some documentation generation, but I've always felt that Sphinx seemed more intuitive to read and make changes.