rtfd/in/public/documents/sphinx/configure.rst

14 lines
223 B
ReStructuredText
Raw Normal View History

2017-12-02 22:02:37 +00:00
***********************
Configure documentation
***********************
MarkDown
========
.. code:: python3
source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
}
source_suffix = ['.rst', '.md']