source→in
This commit is contained in:
parent
56de30bb57
commit
4097336b90
113 changed files with 0 additions and 0 deletions
13
in/sphinx/configure.rst
Normal file
13
in/sphinx/configure.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
***********************
|
||||
Configure documentation
|
||||
***********************
|
||||
|
||||
MarkDown
|
||||
========
|
||||
|
||||
.. code:: python3
|
||||
|
||||
source_parsers = {
|
||||
'.md': 'recommonmark.parser.CommonMarkParser',
|
||||
}
|
||||
source_suffix = ['.rst', '.md']
|
Loading…
Add table
Add a link
Reference in a new issue