i was wondering if there are any good alternatives to Sphinx when i want to provide static html documentation for software projects. Sphinx seems ok but is mostly used in the Python area. I am interested in a solution that could potentially be used in all kinds of projects not only Python related.
My goal is to document stuff in markdown or something like that and afterwards generate a static html site that will be delivered to the users (administrators)
I have also seen Gollum but this is tied to GitHub :(