mirror of
https://github.com/corda/corda.git
synced 2025-06-14 21:28:14 +00:00
Docs: add support for Markdown to Sphinx
This commit is contained in:
@ -41,8 +41,10 @@ templates_path = ['_templates']
|
||||
|
||||
# The suffix(es) of source filenames.
|
||||
# You can specify multiple suffix as a list of string:
|
||||
# source_suffix = ['.rst', '.md']
|
||||
source_suffix = '.rst'
|
||||
source_suffix = ['.rst', '.md']
|
||||
source_parsers = {
|
||||
'.md': 'recommonmark.parser.CommonMarkParser',
|
||||
}
|
||||
|
||||
# The encoding of source files.
|
||||
#source_encoding = 'utf-8-sig'
|
||||
|
Reference in New Issue
Block a user