I'm seeking a Javascript API documenting framework with features similar to JSDoc, but would use easy-to-type restructured text or markdown in the code comments (not html)
Bonus: would integrate well with Sphinx. However, I don't want to maintain separate documentation, but generate API documentation from comments.
I finally found JSDuck the most suitable for the task: