rtfd/in/public/documents/sphinx/configure.rst
Marc Beninca b55ea0bc00 documents
2018-05-11 20:05:27 +02:00

13 lines
223 B
ReStructuredText

***********************
Configure documentation
***********************
MarkDown
========
.. code:: python3
source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
}
source_suffix = ['.rst', '.md']