14 lines
223 B
ReStructuredText
14 lines
223 B
ReStructuredText
|
***********************
|
||
|
Configure documentation
|
||
|
***********************
|
||
|
|
||
|
MarkDown
|
||
|
========
|
||
|
|
||
|
.. code:: python3
|
||
|
|
||
|
source_parsers = {
|
||
|
'.md': 'recommonmark.parser.CommonMarkParser',
|
||
|
}
|
||
|
source_suffix = ['.rst', '.md']
|