rtfd/in/public/sphinx/configure.rst
Marc Beninca 9466cf6723 sphinx
2019-08-25 12:18:42 +02:00

13 lines
223 B
ReStructuredText

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