sphinx
This commit is contained in:
parent
b88b8cff79
commit
9466cf6723
7 changed files with 16 additions and 12 deletions
13
in/public/sphinx/configure.rst
Normal file
13
in/public/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