rtfd/source/sphinx/configure.rst
Marc Beninca 2c273a2626 content
2017-12-02 23:02:37 +01:00

13 lines
223 B
ReStructuredText

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