mirror of
https://github.com/cytopia/devilbox.git
synced 2025-05-21 17:57:45 +00:00
Add markdown support
This commit is contained in:
parent
10459db183
commit
a5f7e4885d
10
docs/conf.py
10
docs/conf.py
@ -48,8 +48,8 @@ templates_path = ['_templates']
|
|||||||
# The suffix(es) of source filenames.
|
# The suffix(es) of source filenames.
|
||||||
# You can specify multiple suffix as a list of string:
|
# You can specify multiple suffix as a list of string:
|
||||||
#
|
#
|
||||||
# source_suffix = ['.rst', '.md']
|
source_suffix = ['.rst', '.md']
|
||||||
source_suffix = '.rst'
|
#source_suffix = '.rst'
|
||||||
|
|
||||||
# The master toctree document.
|
# The master toctree document.
|
||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
@ -106,6 +106,12 @@ html_static_path = ['_static']
|
|||||||
htmlhelp_basename = 'devilboxdoc'
|
htmlhelp_basename = 'devilboxdoc'
|
||||||
|
|
||||||
|
|
||||||
|
# -- Options for Markdown output ------------------------------------------------
|
||||||
|
source_parsers = {
|
||||||
|
'.md': CommonMarkParser,
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# -- Options for LaTeX output ------------------------------------------------
|
# -- Options for LaTeX output ------------------------------------------------
|
||||||
|
|
||||||
latex_elements = {
|
latex_elements = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user