Closed
Description
One idea I've been toying around with in my head is porting cmd2's documentation from using Sphinx to using MkDocs.
ReadTheDocs supports MkDocs and MkDocs has been rapidly growing in popularity. In summary it is similar to Sphinx but uses Markdown instead of reStructuredText.
I figure that in this day and age, essentially all developers know Markdown, but knowledge of reStructuredText is much less common. So it would likely help others help us maintain the documentation.
As long as nobody objects, I'll likely start experimenting with this soon. But I'd like to hear what other contributors think ...