mirror of
https://github.com/simonw/dclient.git
synced 2026-07-26 02:44:34 +02:00
source_suffix includes .md, refs #7
This commit is contained in:
parent
7ee22a8a5e
commit
0945f60bd6
1 changed files with 1 additions and 2 deletions
|
|
@ -39,8 +39,7 @@ 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']
|
||||
|
||||
# The master toctree document.
|
||||
master_doc = "index"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue