rtfd/in/public/python3-sphinx/configure.rst
2019-08-25 10:59:02 +02:00

13 lines
223 B
ReStructuredText

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