documents

This commit is contained in:
Marc Beninca 2018-05-11 20:05:27 +02:00
parent f3f499c439
commit b55ea0bc00
22 changed files with 2 additions and 9 deletions

View file

@ -0,0 +1,13 @@
***********************
Configure documentation
***********************
MarkDown
========
.. code:: python3
source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
}
source_suffix = ['.rst', '.md']